Compartir a través de


TruncateTokenFilter.Length Propiedad

Definición

Obtiene o establece la longitud en la que se truncarán los términos. El valor predeterminado y máximo es 300.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a