AnalyzedTokenInfo.Position プロパティ

定義

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

public int Position { get; }
member this.Position : int
Public ReadOnly Property Position As Integer

プロパティ値

適用対象