We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efec80 commit 544becbCopy full SHA for 544becb
1 file changed
deepl-java/src/main/java/com/deepl/api/TextTranslationOptions.java
@@ -65,9 +65,9 @@ public TextTranslationOptions setGlossary(String glossaryId) {
65
}
66
67
/**
68
- * Specifies additional context to influence translations, that is not translated itself. Note:
69
- * this is an alpha feature: it may be deprecated at any time, or incur charges if it becomes
70
- * generally available. See the API documentation for more information and example usage.
+ * Specifies additional context to influence translations, that is not translated itself.
+ * Characters in the `context` parameter are not counted toward billing.
+ * See the API documentation for more information and example usage.
71
*/
72
public TextTranslationOptions setContext(String context) {
73
this.context = context;
0 commit comments