2.0.0 (2026-06-06)
Features Added
- GA release of the Azure AI Translator Text Translation SDK targeting the 2026-06-06 API version.
- Added
TextTranslationClientSettingsto support creating aTextTranslationClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration. TranslationTarget.Toneproperty is now strongly typed asTranslationTone?instead ofstring.TranslationTarget.Genderproperty is now strongly typed asTranslationGender?instead ofstring.
Breaking Changes
- Removed
TranslationTarget.Gradeproperty. - Changed
TranslationTarget.Tonetype fromstringtoTranslationTone?. - Changed
TranslationTarget.Gendertype fromstringtoTranslationGender?.