Skip to content

Commit bab3c5b

Browse files
jrjrguoJiarui Guo
andauthored
Set release date for text translator 2.0.0-beta.1 (#47664)
Co-authored-by: Jiarui Guo <[email protected]>
1 parent 305647c commit bab3c5b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/translation/azure-ai-translation-text/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Release History
22

3-
## 2.0.0-beta.1 (Unreleased)
3+
## 2.0.0-beta.1 (2026-01-08)
44

55
### Features Added
66

7-
- Added support for the latest Azure AI Translator API, including translations using LLM models, adaptive custom translation, tone variant translations, and gender-specific translations.
7+
- Added support for the Azure AI Translator API 2025-10-01-preview, including translations using LLM models, adaptive custom translation, tone variant translations, and gender-specific translations.
88
- Added `TranslationTarget` class for configuring translation options.
99

1010
### Breaking Changes
@@ -15,10 +15,6 @@
1515
- Removed `SourceText` and `Transliteration` properties in translation responses.
1616
- Dictionary, sentence boundaries and text alignments features have been deprecated and relevant classes and properties have been removed.
1717

18-
### Bugs Fixed
19-
20-
### Other Changes
21-
2218
## 1.1.7 (2025-10-27)
2319

2420
### Other Changes

sdk/translation/azure-ai-translation-text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For asynchronous operations use `TextTranslationAsyncClient`.
8282

8383
### Input
8484

85-
A **text element** (`InputTextItem`), is a single unit of input to be processed by the translation models in the Translator service. Operations on `TextTranslationClient` may take a single text element or a collection of text elements.
85+
A **TranslateInputItem** is a single unit of input to be processed by the translation models in the Translator service. Each `TranslateInputItem` defines both the input string to translate and the output specifications for the translation.
8686
For text element length limits, maximum requests size, and supported text encoding see [here][translator_limits].
8787

8888
## Examples

0 commit comments

Comments
 (0)