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 407d850 commit 3df6b4aCopy full SHA for 3df6b4a
translate/snippets/src/main/java/com/example/translate/QuickstartSample.java
@@ -40,7 +40,7 @@ public static void main(String... args) throws Exception {
40
41
42
System.out.printf("Text: %s%n", text);
43
- System.out.printf("Translation: %s%n", translation.translatedText());
+ System.out.printf("Translation: %s%n", translation.getTranslatedText());
44
}
45
46
// [END translate_quickstart]
0 commit comments