次の方法で共有


AnalyzeRequest.TokenFilters プロパティ

定義

指定されたテキストを分割するときに使用するトークン フィルターのオプションの一覧を取得または設定します。 このパラメーターは、トークナイザー パラメーターを使用する場合にのみ設定できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象