Skip to content

Commit 9f97d5e

Browse files
chore(speech): Remove older region tags
1 parent e542724 commit 9f97d5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

speech/profanityFilter.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
function main(gcsUri) {
1818
// [START speech_syncRecognizeWithProfanityFilter]
19-
// [START syncRecognizeWithProfanityFilter]
2019
// Filters profanity
2120

2221
/**
@@ -54,7 +53,6 @@ function main(gcsUri) {
5453
console.log(`Transcription: ${transcription}`);
5554
}
5655
syncRecognizeWithProfanityFilter().catch(console.error);
57-
// [END syncRecognizeWithProfanityFilter]
5856
// [END speech_syncRecognizeWithProfanityFilter]
5957
}
6058

0 commit comments

Comments
 (0)