Share via


StopwordsTokenFilter.Stopwords プロパティ

定義

ストップワードの一覧を取得または設定します。 このプロパティとストップワード リスト プロパティの両方を設定することはできません。

[Newtonsoft.Json.JsonProperty(PropertyName="stopwords")]
public System.Collections.Generic.IList<string> Stopwords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stopwords")>]
member this.Stopwords : System.Collections.Generic.IList<string> with get, set
Public Property Stopwords As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象