Compartilhar via


EntityRecognitionSkill.DefaultLanguageCode Propriedade

Definição

Obtém ou define um valor que indica qual código de idioma usar. O padrão é en. Os valores possíveis incluem: 'de', 'en', 'es', 'fr', 'it'

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a