MicrosoftLanguageTokenizer.Language 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 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
Azure SDK for .NET