ImageAnalysisSkill.DefaultLanguageCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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