Skip to content

Commit 0368beb

Browse files
alixhamibshaffer
authored andcommitted
updates word time offsets region tag (GoogleCloudPlatform#687)
1 parent 9fe4bc8 commit 0368beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

speech/src/transcribe_async_words.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
namespace Google\Cloud\Samples\Speech;
2525

2626
use Exception;
27-
# [START speech_transcribe_async_time_offsets_gcs]
27+
# [START speech_transcribe_async_word_time_offsets_gcs]
2828
use Google\Cloud\Speech\SpeechClient;
2929
use Google\Cloud\Core\ExponentialBackoff;
3030

@@ -84,4 +84,4 @@ function transcribe_async_words($audioFile, $languageCode = 'en-US', $options =
8484
}
8585
}
8686
}
87-
# [END speech_transcribe_async_time_offsets_gcs]
87+
# [END speech_transcribe_async_word_time_offsets_gcs]

0 commit comments

Comments
 (0)