AnalyzeRequest.Tokenizer Property

Definition

Gets or sets the name of the tokenizer to use to break the given text. If this parameter is not specified, you must specify an analyzer instead. The tokenizer and analyzer parameters are mutually exclusive. Possible values include: 'classic', 'edgeNGram', 'keyword_v2', 'letter', 'lowercase', 'microsoft_language_tokenizer', 'microsoft_language_stemming_tokenizer', 'nGram', 'path_hierarchy_v2', 'pattern', 'standard_v2', 'uax_url_email', 'whitespace'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to