We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c63cfb commit eb064e4Copy full SHA for eb064e4
translate/v3/translate_translate_text_with_model.js
@@ -20,7 +20,7 @@ function main(
20
modelId = 'model-id',
21
text = 'text to translate'
22
) {
23
- // [START translate_v3_text_with_model]
+ // [START translate_v3_translate_text_with_model]
24
/**
25
* TODO(developer): Uncomment these variables before running the sample.
26
*/
@@ -54,7 +54,7 @@ function main(
54
}
55
56
translateTextWithModel();
57
- // [END translate_v3_text_with_model]
+ // [END translate_v3_translate_text_with_model]
58
59
60
main(...process.argv.slice(2));
0 commit comments