Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextAnalyticsActions

Package version

Description of collection of actions for the analyze API to perform on input documents. However, currently, the service can accept up to one action only per action type.

Hierarchy

  • TextAnalyticsActions

Index

Properties

Optional analyzeSentimentActions

analyzeSentimentActions: AnalyzeSentimentAction[]

A collection of descriptions of sentiment analysis actions. However, currently, the service can accept up to one action only for analyzeSentiment.

Optional extractKeyPhrasesActions

extractKeyPhrasesActions: ExtractKeyPhrasesAction[]

A collection of descriptions of key phrases recognition actions. However, currently, the service can accept up to one action only for extractKeyPhrases.

Optional extractSummaryActions

extractSummaryActions: ExtractSummaryAction[]

A collection of descriptions of summarization extraction actions. However, currently, the service can accept up to one action only for extractSummary.

Optional recognizeEntitiesActions

recognizeEntitiesActions: RecognizeCategorizedEntitiesAction[]

A collection of descriptions of entities recognition actions. However, currently, the service can accept up to one action only for recognizeEntities.

Optional recognizeLinkedEntitiesActions

recognizeLinkedEntitiesActions: RecognizeLinkedEntitiesAction[]

A collection of descriptions of entities linking actions. However, currently, the service can accept up to one action only for recognizeLinkedEntities.

Optional recognizePiiEntitiesActions

recognizePiiEntitiesActions: RecognizePiiEntitiesAction[]

A collection of descriptions of Pii entities recognition actions. However, currently, the service can accept up to one action only for recognizePiiEntities.

Generated using TypeDoc