We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850a88f commit 2d52a66Copy full SHA for 2d52a66
media-translation/translate_from_file.js
@@ -39,7 +39,7 @@ function main(filename, encoding, sourceLanguage, targetLanguage) {
39
// const filename = 'Local path to audio file, e.g. /path/to/audio.raw';
40
// const encoding = 'Encoding of the audio file, e.g. LINEAR16';
41
// const sourceLanguage = 'BCP-47 source language code, e.g. en-US';
42
- // const targetLangauge = 'BCP-47 target language code, e.g. es-ES';
+ // const targetLanguage = 'BCP-47 target language code, e.g. es-ES';
43
44
const config = {
45
audioConfig: {
0 commit comments