TextTranslationSkill.DefaultFromLanguageCode Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o código de idioma do qual traduzir documentos para documentos que não especificam o do idioma explicitamente. Os valores possíveis incluem: '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', 'pl', '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', 'your', 'vi', 'cy', 'yua'
[Newtonsoft.Json.JsonProperty(PropertyName="defaultFromLanguageCode")]
public Microsoft.Azure.Search.Models.TextTranslationSkillLanguage? DefaultFromLanguageCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultFromLanguageCode")>]
member this.DefaultFromLanguageCode : Nullable<Microsoft.Azure.Search.Models.TextTranslationSkillLanguage> with get, set
Public Property DefaultFromLanguageCode As Nullable(Of TextTranslationSkillLanguage)
Valor da propriedade
- Atributos
-
Newtonsoft.Json.JsonPropertyAttribute
Aplica-se a
Azure SDK for .NET