Delen via


TextTranslationSkill.SuggestedFrom Property

Definition

Gets or sets the language code to translate documents from when neither the fromLanguageCode input nor the defaultFromLanguageCode parameter are provided, and the automatic language detection is unsuccessful. Default is en. Possible values include: 'af', 'ar', 'bn', 'bs', 'bg', 'yue', 'ca', 'zh-Hans', 'zh-Hant', 'hr', 'cs', 'da', 'nl', 'en', 'et', 'fj', 'fil', 'fi', 'fr', 'de', 'el', 'ht', 'he', 'hi', 'mww', 'hu', 'is', 'id', 'it', 'ja', 'sw', 'tlh', 'ko', 'lv', 'lt', 'mg', 'ms', 'mt', 'nb', 'fa', 'pl', 'pt', 'otq', 'ro', 'ru', 'sm', 'sr-Cyrl', 'sr-Latn', 'sk', 'sl', 'es', 'sv', 'ty', 'ta', 'te', 'th', 'to', 'tr', 'uk', 'ur', 'vi', 'cy', 'yua'

[Newtonsoft.Json.JsonProperty(PropertyName="suggestedFrom")]
public Microsoft.Azure.Search.Models.TextTranslationSkillLanguage? SuggestedFrom { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="suggestedFrom")>]
member this.SuggestedFrom : Nullable<Microsoft.Azure.Search.Models.TextTranslationSkillLanguage> with get, set
Public Property SuggestedFrom As Nullable(Of TextTranslationSkillLanguage)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to