Skip to content

Commit cef1569

Browse files
authored
Update transcribe_sync_gcs.php (GoogleCloudPlatform#411)
1 parent e8dfb58 commit cef1569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/src/transcribe_sync_gcs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function transcribe_sync_gcs($bucketName, $objectName, $languageCode = 'en-US',
5353
$object = $storage->bucket($bucketName)->object($objectName);
5454

5555
// When true, time offsets for every word will be included in the response.
56-
$options['enableWordTimeOffsets'] = true;
56+
$options['enableWordTimeOffsets'] = false;
5757

5858
// Make the API call
5959
$results = $speech->recognize(

0 commit comments

Comments
 (0)