次の方法で共有


TokenInfo.Position プロパティ

定義

他のトークンに対する相対的な入力テキスト内のトークンの位置を取得します。 入力テキストの最初のトークンの位置は 0、次のトークンの位置は 1 などです。 使用されるアナライザーによっては、一部のトークンの位置が同じになる場合があります (たとえば、トークンが互いのシノニムである場合)。

[Newtonsoft.Json.JsonProperty(PropertyName="position")]
public int? Position { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="position")>]
member this.Position : Nullable<int>
Public ReadOnly Property Position As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象