Compartilhar via


StandardTokenizer.MaxTokenLength Propriedade

Definição

Obtém ou define o comprimento máximo do token. O padrão é 255. Tokens maiores que o comprimento máximo são divididos

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a