AnalyzeRequest.TokenFilters 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 an optional list of token filters to use when breaking the given text. This parameter can only be set when using the tokenizer parameter.
[Newtonsoft.Json.JsonProperty(PropertyName="tokenFilters")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.TokenFilterName> TokenFilters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tokenFilters")>]
member this.TokenFilters : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.TokenFilterName> with get, set
Public Property TokenFilters As IList(Of TokenFilterName)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET