Skip to content

Commit

Permalink
chore: (speech) update region tag setup in speech/profanityFilter.js (#…
Browse files Browse the repository at this point in the history
…3971)

Co-authored-by: Jennifer Davis <[email protected]>
  • Loading branch information
hivanalejandro and iennae authored Feb 7, 2025
1 parent 2f343ee commit b9f9a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions speech/profanityFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'use strict';

function main(gcsUri) {
// [START speech_syncRecognizeWithProfanityFilter]
// [START syncRecognizeWithProfanityFilter]
// Filters profanity

Expand Down Expand Up @@ -54,6 +55,7 @@ function main(gcsUri) {
}
syncRecognizeWithProfanityFilter().catch(console.error);
// [END syncRecognizeWithProfanityFilter]
// [END speech_syncRecognizeWithProfanityFilter]
}

main(...process.argv.slice(2));

0 comments on commit b9f9a79

Please sign in to comment.