Skip to content

Azure.AI.Translation.Text_1.0.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 21 May 18:16
99bfea3

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.