次の方法で共有


EdgeNGramTokenizer.MaxGram プロパティ

定義

n-gram の最大長を取得または設定します。 既定値は 2 です。 最大値は 300 です。

[Newtonsoft.Json.JsonProperty(PropertyName="maxGram")]
public int? MaxGram { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxGram")>]
member this.MaxGram : Nullable<int> with get, set
Public Property MaxGram As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象