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 60f3d91 commit 8211b55Copy full SHA for 8211b55
translate/src/translate_with_model.php
@@ -34,7 +34,7 @@
34
use Google\Cloud\Translate\TranslateClient;
35
36
/** Uncomment and populate these variables in your code */
37
-// $text = 'The text to translate."
+// $text = 'The text to translate.'
38
// $targetLanguage = 'ja'; // Language to translate to
39
40
$model = 'nmt'; // "base" for standard edition, "nmt" for premium
0 commit comments