Skip to content

Commit 92e0474

Browse files
jrjrguoJiarui Guo
andauthored
Set release date for text translator 2.0.0b1 in CHANGELOG (#44588)
* Release date for text translator 2.0.0b1 * correct python namings --------- Co-authored-by: Jiarui Guo <[email protected]>
1 parent fb8cbea commit 92e0474

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

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

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

3-
## 2.0.0b1 (Unreleased)
3+
## 2.0.0b1 (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 translations, tone variant translations, and gender-specific language translations.
7+
- Added support for the Azure AI Translator API 2025-10-01-preview, including translations using LLM models, adaptive custom translations, tone variant translations, and gender-specific language translations.
8+
- Added `TranslationTarget` for configuring translation options.
89

910
### Breaking Changes
1011

1112
- Dictionary, sentence boundaries and text alignments features have been removed, and relevant models and properties have been removed.
12-
-
13-
14-
### Bugs Fixed
15-
16-
### Other Changes
13+
- Added `models` property to `GetSupportedLanguagesResult` to include the list of LLM models available for translations.
14+
- Renamed property `confidence` to `score` in `DetectedLanguage`.
15+
- Removed property `source_text` in `TranslatedTextItem`.
1716

1817
## 1.0.1 (2024-06-24)
1918

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ A `TextTranslationClient` is the primary interface for developers using the Text
7575

7676
### Input
7777

78-
A **text element** (`string`), 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.
78+
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.
7979
For text element length limits, maximum requests size, and supported text encoding see [here][translator_limits].
8080

8181
## Examples

0 commit comments

Comments
 (0)