PathHierarchyTokenizerV2.NumberOfTokensToSkip Property

Definition

Gets or sets the number of initial tokens to skip. Default is 0.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to