We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e932b commit f509917Copy full SHA for f509917
tika-translate/src/main/resources/org/apache/tika/language/translate/translator.yandex.properties
@@ -0,0 +1,9 @@
1
+# To use the YANDEX translate service, you <em>must</em> set your API-Key
2
+# as described in Translate API, https://tech.yandex.com/translate/
3
+# If you do not want translation please set the value to "dummy-key".
4
+
5
+translator.api-key=dummy-key
6
7
+#The Yandex Translate API can handle text in plain and/or html format, the default format is plain.
8
+#Set this value to html to enable HTML format support
9
+translator.text.format=plain
0 commit comments