TokenInfo.StartOffset Property

Definition

Gets the index of the first character of the token in the input text.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to