Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 171e9a1

Browse filesBrowse files
laichunpongbenJon Wayne Parrott
authored andcommitted
1 parent 6b6d674 commit 171e9a1
Copy full SHA for 171e9a1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎speech/cloud-client/transcribe_streaming.py

Copy file name to clipboardExpand all lines: speech/cloud-client/transcribe_streaming.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.