共用方式為


AnalyzeRequest.CharFilters Property

Definition

Gets or sets an optional list of character filters to use when breaking the given text. This parameter can only be set when using the tokenizer parameter.

[Newtonsoft.Json.JsonProperty(PropertyName="charFilters")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.CharFilterName> CharFilters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="charFilters")>]
member this.CharFilters : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.CharFilterName> with get, set
Public Property CharFilters As IList(Of CharFilterName)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to