Skip to content

Commit da3d555

Browse files
authored
docs: add additional context to samples (#672)
1 parent 81bfc04 commit da3d555

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

speech/transcribeContextClasses.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414

1515
'use strict';
1616

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+
1722
function main(storageUri) {
1823
// [START speech_transcribe_sync]
1924
// Provides "hints" to the speech recognizer to favor

0 commit comments

Comments
 (0)