Share via


TranslatedTextItem.Translations Property

Definition

An array of translation results. The size of the array matches the number of target languages specified through the to query parameter.

public System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Text.TranslationText> Translations { get; }
public System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Text.Translation> Translations { get; }
member this.Translations : System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Text.TranslationText>
member this.Translations : System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Text.Translation>
Public ReadOnly Property Translations As IReadOnlyList(Of TranslationText)
Public ReadOnly Property Translations As IReadOnlyList(Of Translation)

Property Value

Applies to