You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.0 (2024-05-21)
Features Added
Introduced model factory Azure.AI.Translation.Text.TextTranslationModelFactory for mocking.
Added options overloads to Translate and Transliterate. TextTranslationTranslateOptions and TextTranslationTransliterateOptions roll up method parameters into a single object.
Add support for using AAD authentication.
Breaking Changes
Changed the method GetLanguages to GetSupportedLanguages.
Changed the name of Score property to Confidence in DetectedLanguage.
Changed the name of Dir property to Directionality in Languages models. Changed the type from string to Azure.AI.Translation.Text.LanguageDirectionality.
Changed the name of Azure.AI.Translation.Text.Translation to Azure.AI.Translation.Text.TranslationText.
Changed the name of SentLen property to SentencesLengths in BreakSentenceItem.
Changed type name from SentenceLength to SentenceBoundaries.
Changed the name of Proj property to Projections in TranslatedTextAlignment type.