次の方法で共有


PatternTokenizer.Group プロパティ

定義

トークンに抽出する正規表現パターンの一致するグループの 0 から始まる序数を取得または設定します。 一致するグループに関係なく、パターン全体を使用して入力をトークンに分割する場合は、-1 を使用します。 既定値は -1 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象