Compartir a través de


KeyPhraseExtractionSkill.MaxKeyPhraseCount Propiedad

Definición

Obtiene o establece un número que indica cuántas frases clave se van a devolver. Si no está presente, se devolverán todas las frases clave identificadas.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a