다음을 통해 공유


DictionaryTranslation.BackTranslations Property

Definition

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