diff --git a/speech/quickstart.js b/speech/quickstart.js index 47cd24bc0d7..f95b8aaf223 100644 --- a/speech/quickstart.js +++ b/speech/quickstart.js @@ -20,13 +20,8 @@ const speech = require('@google-cloud/speech'); const fs = require('fs'); -// Your Google Cloud Platform project ID -const projectId = 'your-project-id'; - // Creates a client -const client = new speech.SpeechClient({ - projectId: projectId, -}); +const client = new speech.SpeechClient(); // The name of the audio file to transcribe const fileName = './resources/audio.raw';