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

Updates word time offsets region tag #146

Merged
merged 1 commit into from
Aug 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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