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 81bfc04 commit da3d555Copy full SHA for da3d555
speech/transcribeContextClasses.js
@@ -14,6 +14,11 @@
14
15
'use strict';
16
17
+// sample-metadata:
18
+// title: Transcribe Context Classes
19
+// description: Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
20
+// usage: node samples/transcribeContextClasses.js <storageUri>
21
+
22
function main(storageUri) {
23
// [START speech_transcribe_sync]
24
// Provides "hints" to the speech recognizer to favor
0 commit comments