Compartir a través de


ShingleTokenFilter.OutputUnigramsIfNoShingles Propiedad

Definición

Obtiene o establece un valor que indica si se van a generar unigramas para esas horas cuando no hay ningún shingle disponible. Esta propiedad tiene prioridad cuando outputUnigrams está establecido en false. El valor predeterminado es False.

[Newtonsoft.Json.JsonProperty(PropertyName="outputUnigramsIfNoShingles")]
public bool? OutputUnigramsIfNoShingles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputUnigramsIfNoShingles")>]
member this.OutputUnigramsIfNoShingles : Nullable<bool> with get, set
Public Property OutputUnigramsIfNoShingles As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a