Skip to content

Commit b9f9a79

Browse files
chore: (speech) update region tag setup in speech/profanityFilter.js (#3971)
Co-authored-by: Jennifer Davis <[email protected]>
1 parent 2f343ee commit b9f9a79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

speech/profanityFilter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'use strict';
1616

1717
function main(gcsUri) {
18+
// [START speech_syncRecognizeWithProfanityFilter]
1819
// [START syncRecognizeWithProfanityFilter]
1920
// Filters profanity
2021

@@ -54,6 +55,7 @@ function main(gcsUri) {
5455
}
5556
syncRecognizeWithProfanityFilter().catch(console.error);
5657
// [END syncRecognizeWithProfanityFilter]
58+
// [END speech_syncRecognizeWithProfanityFilter]
5759
}
5860

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

0 commit comments

Comments
 (0)