Skip to content

Commit

Permalink
docs: add additional context to samples (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-slatto authored and Ace Nassri committed Nov 17, 2022
1 parent e6821d0 commit 7e5db5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions speech/transcribeContextClasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

'use strict';

// sample-metadata:
// title: Transcribe Context Classes
// description: Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
// usage: node samples/transcribeContextClasses.js <storageUri>

function main(storageUri) {
// [START speech_transcribe_sync]
// Provides "hints" to the speech recognizer to favor
Expand Down

0 comments on commit 7e5db5e

Please sign in to comment.