There was an error while loading. Please reload this page.
1 parent 2f343ee commit b9f9a79Copy full SHA for b9f9a79
speech/profanityFilter.js
@@ -15,6 +15,7 @@
15
'use strict';
16
17
function main(gcsUri) {
18
+ // [START speech_syncRecognizeWithProfanityFilter]
19
// [START syncRecognizeWithProfanityFilter]
20
// Filters profanity
21
@@ -54,6 +55,7 @@ function main(gcsUri) {
54
55
}
56
syncRecognizeWithProfanityFilter().catch(console.error);
57
// [END syncRecognizeWithProfanityFilter]
58
+ // [END speech_syncRecognizeWithProfanityFilter]
59
60
61
main(...process.argv.slice(2));
0 commit comments