Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
updates word time offsets region tag (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami authored Aug 21, 2018
1 parent 5048a20 commit 8175c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/recognize.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 8175c7b

Please sign in to comment.