Skip to content

Commit

Permalink
Merge pull request #52 from DeepLcom/context-parameter-ga
Browse files Browse the repository at this point in the history
Remove alpha label from context parameter
  • Loading branch information
daniel-jones-dev authored Jun 19, 2024
2 parents 46d807d + d16ec9e commit 26496ef
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DeepL/TextTranslateOptions.cs
Original file line number Diff line number Diff line change
@@ -21,8 +21,8 @@ public TextTranslateOptions(GlossaryInfo glossary) : this() {
}

/// <summary>
/// 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.
/// </summary>
public string? Context { get; set; }
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 26496ef

Please sign in to comment.