diff --git a/DeepL/TextTranslateOptions.cs b/DeepL/TextTranslateOptions.cs index b19b6fc..9870d4a 100644 --- a/DeepL/TextTranslateOptions.cs +++ b/DeepL/TextTranslateOptions.cs @@ -21,8 +21,8 @@ public TextTranslateOptions(GlossaryInfo glossary) : this() { } /// - /// Specifies additional context to influence translations, that is not translated itself. Note this is an **alpha - /// feature**: it may be deprecated at any time, or incur charges if it becomes generally available. + /// 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. /// public string? Context { get; set; } diff --git a/README.md b/README.md index dea989d..e5fd69b 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,7 @@ foreach (var formality in new[] { Formality.Less, Formality.More }) { - `GlossaryId`: specifies a glossary to use with translation, as a string containing the glossary ID. - `Context`: specifies additional context to influence translations, that is not - translated itself. Note this is an **alpha feature**: it may be deprecated at - any time, or incur charges if it becomes generally available. + translated itself. Characters in the `context` parameter are not counted toward billing. See the [API documentation][api-docs-context-param] for more information and example usage. - `TagHandling`: type of tags to parse before translation, options are