We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30737b0 commit 6105674Copy full SHA for 6105674
media-translation/translate_from_file.js
@@ -47,6 +47,7 @@ function main(filename, encoding, sourceLanguage, targetLanguage) {
47
sourceLanguageCode: sourceLanguage,
48
targetLanguageCode: targetLanguage,
49
},
50
+ single_utterance: true,
51
};
52
53
// First request needs to have only a streaming config, no data.
0 commit comments