We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542724 commit 9f97d5eCopy full SHA for 9f97d5e
speech/profanityFilter.js
@@ -16,7 +16,6 @@
16
17
function main(gcsUri) {
18
// [START speech_syncRecognizeWithProfanityFilter]
19
- // [START syncRecognizeWithProfanityFilter]
20
// Filters profanity
21
22
/**
@@ -54,7 +53,6 @@ function main(gcsUri) {
54
53
console.log(`Transcription: ${transcription}`);
55
}
56
syncRecognizeWithProfanityFilter().catch(console.error);
57
- // [END syncRecognizeWithProfanityFilter]
58
// [END speech_syncRecognizeWithProfanityFilter]
59
60
0 commit comments