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 8f444e9 commit eb03dd1Copy full SHA for eb03dd1
translate/README.md
@@ -46,9 +46,20 @@ Example Usage:
46
INPUT="A quick brown fox jumped over a lazy dog."
47
SOURCE_LANG="en"
48
TARGET_LANG="fr"
49
+```
50
+
51
+Languages supported by the API
52
53
+java -cp $JAR_FILE $MAIN_CLASS langsupport
54
55
56
+Detect input text language
57
58
java -cp $JAR_FILE $MAIN_CLASS detect "$INPUT"
59
60
61
+Translate input text (with options)
62
63
java -cp $JAR_FILE $MAIN_CLASS translate "$INPUT"
64
java -cp $JAR_FILE $MAIN_CLASS translate "$INPUT" $SOURCE_LANG $TARGET_LANG
-java -cp $JAR_FILE $MAIN_CLASS langsupport
65
```
0 commit comments