MicrosoftLanguageTokenizer.Language Property

Definition

Gets or sets the language to use. The default is English. Possible values include: 'bangla', 'bulgarian', 'catalan', 'chineseSimplified', 'chineseTraditional', 'croatian', 'czech', 'danish', 'dutch', 'english', 'french', 'german', 'greek', 'gujarati', 'hindi', 'icelandic', 'indonesian', 'italian', 'japanese', 'kannada', 'korean', 'malay', 'malayalam', 'marathi', 'norwegianBokmaal', 'polish', 'portuguese', 'portugueseBrazilian', 'punjabi', 'romanian', 'russian', 'serbianCyrillic', 'serbianLatin', 'slovenian', 'spanish', 'swedish', 'tamil', 'telugu', 'thai', 'ukrainian', 'urdu', 'vietnamese'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to