Skip to content

Commit 544becb

Browse files
Remove alpha label from context parameter in TextTranslationOptions
1 parent 8efec80 commit 544becb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deepl-java/src/main/java/com/deepl/api/TextTranslationOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ public TextTranslationOptions setGlossary(String glossaryId) {
6565
}
6666

6767
/**
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.
68+
* Specifies additional context to influence translations, that is not translated itself.
69+
* Characters in the `context` parameter are not counted toward billing.
70+
* See the API documentation for more information and example usage.
7171
*/
7272
public TextTranslationOptions setContext(String context) {
7373
this.context = context;

0 commit comments

Comments
 (0)