Dela via


KeyPhraseExtractionSkill.MaxKeyPhraseCount Property

Definition

Gets or sets a number indicating how many key phrases to return. If absent, all identified key phrases will be returned.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to