TextAnalyticsActions.ExtractKeyPhrasesActions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of ExtractKeyPhrasesAction that will get executed on the input documents.
public System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.ExtractKeyPhrasesAction> ExtractKeyPhrasesActions { get; set; }
member this.ExtractKeyPhrasesActions : System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.ExtractKeyPhrasesAction> with get, set
Public Property ExtractKeyPhrasesActions As IReadOnlyCollection(Of ExtractKeyPhrasesAction)