8000 Fix typo [(#926)](https://github.com/GoogleCloudPlatform/python-docs-… · busunkim96/python-speech@fccb028 · GitHub
[go: up one dir, main page]

Skip to content

Commit fccb028

Browse files
laichunpongbenJon Wayne Parrott
authored andcommitted
1 parent 989fc82 commit fccb028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/transcribe_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def transcribe_streaming(stream_file):
4141
for alternative in alternatives:
4242
print('Finished: {}'.format(alternative.is_final))
4343
print('Stability: {}'.format(alternative.stability))
44-
print('Transcript: {}'.format(alternative.confidence))
44+
print('Confidence: {}'.format(alternative.confidence))
4545
print('Transcript: {}'.format(alternative.transcript))
4646

4747

0 commit comments

Comments
 (0)
0