From 1a2f099613fa63a8a740a6ce33d1120bcc449d12 Mon Sep 17 00:00:00 2001 From: Alix Hamilton Date: Tue, 21 Aug 2018 14:33:46 -0400 Subject: [PATCH] updates word time offsets region tag --- samples/recognize.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/recognize.js b/samples/recognize.js index 5c3cbdf6..3f9da7eb 100644 --- a/samples/recognize.js +++ b/samples/recognize.js @@ -290,7 +290,7 @@ function asyncRecognizeGCSWords( sampleRateHertz, languageCode ) { - // [START speech_transcribe_async_time_offsets_gcs] + // [START speech_transcribe_async_word_time_offsets_gcs] // Imports the Google Cloud client library const speech = require('@google-cloud/speech'); @@ -353,7 +353,7 @@ function asyncRecognizeGCSWords( .catch(err => { console.error('ERROR:', err); }); - // [END speech_transcribe_async_time_offsets_gcs] + // [END speech_transcribe_async_word_time_offsets_gcs] } function streamingRecognize(filename, encoding, sampleRateHertz, languageCode) {