Compartir a través de


AnalyzeRequest.Tokenizer Propiedad

Definición

Obtiene o establece el nombre del tokenizador que se va a usar para interrumpir el texto especificado. Si no se especifica este parámetro, debe especificar un analizador en su lugar. Los parámetros de tokenizador y analizador son mutuamente excluyentes. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a