There was an error while loading. Please reload this page.
1 parent ffcf3e9 commit 289c670Copy full SHA for 289c670
docs/speech-usage.rst
@@ -89,7 +89,8 @@ Great Britain.
89
>>> sample = client.sample(source_uri='gs://my-bucket/recording.flac',
90
... encoding=speech.Encoding.FLAC,
91
... sample_rate=44100)
92
- >>> results = sample.sync_recognize(language_code='en-GB', max_alternatives=2)
+ >>> results = sample.sync_recognize(language_code='en-GB',
93
+ ... max_alternatives=2)
94
>>> for result in results:
95
... for alternative in result.alternatives:
96
... print('=' * 20)
0 commit comments