We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddef81b + 3780c62 commit 997178dCopy full SHA for 997178d
google-cloud-speech/tests/system.py
@@ -200,6 +200,7 @@ def test_stream_recognize(self):
200
201
with open(AUDIO_FILE, 'rb') as file_obj:
202
for results in self._make_streaming_request(file_obj):
203
+ self.assertIsInstance(results.result_index, int)
204
self._check_results(results.alternatives)
205
206
def test_stream_recognize_interim_results(self):
0 commit comments