We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f1161 commit 080b6b2Copy full SHA for 080b6b2
views/demo.jsx
@@ -26,7 +26,7 @@ export class Demo extends Component {
26
rawMessages: [],
27
formattedMessages: [],
28
audioSource: null,
29
- speakerLabels: true,
+ speakerLabels: false,
30
keywords: this.getKeywords('en-US_BroadbandModel'),
31
// transcript model and keywords are the state that they were when the button was clicked.
32
// Changing them during a transcription would cause a mismatch between the setting sent to the
0 commit comments