Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 587c7eb

Browse files
laichunpongbenbusunkim96
authored andcommitted
1 parent 5756680 commit 587c7eb

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)