ImageAnalysisSkill.DefaultLanguageCode Property

Definition

Gets or sets a value indicating which language code to use. Default is en. Possible values include: 'en', 'zh'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to