Skip to content

Commit 171e9a1

Browse files
laichunpongbenJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Fix typo (#926)
1 parent 6b6d674 commit 171e9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/cloud-client/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)