DictionaryTranslation.BackTranslations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of "back translations" of the target. For example, source words that the target can translate to. The list is guaranteed to contain the source word that was requested (e.g., if the source word being looked up is "fly", then it is guaranteed that "fly" will be in the backTranslations list). However, it is not guaranteed to be in the first position, and often will not be.
public System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Text.BackTranslation> BackTranslations { get; }
member this.BackTranslations : System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Text.BackTranslation>
Public ReadOnly Property BackTranslations As IReadOnlyList(Of BackTranslation)
Property Value
Applies to
Azure SDK for .NET