Compartir a través de


StandardTokenizer.MaxTokenLength Propiedad

Definición

Obtiene o establece la longitud máxima del token. El valor predeterminado es 255. Los tokens más largos que la longitud máxima se dividen

[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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a