次の方法で共有


AnalyzeRequest.CharFilters プロパティ

定義

指定したテキストを分割するときに使用する文字フィルターの省略可能なリストを取得または設定します。 このパラメーターは、トークナイザー パラメーターを使用する場合にのみ設定できます。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象