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

Hierarchy

  • TextAnalyticsActions

Index

Properties

Optional analyzeSentimentActions

analyzeSentimentActions: AnalyzeSentimentAction[]

A collection of descriptions of sentiment analysis actions.

Optional extractKeyPhrasesActions

extractKeyPhrasesActions: ExtractKeyPhrasesAction[]

A collection of descriptions of key phrases recognition actions.

Optional recognizeEntitiesActions

recognizeEntitiesActions: RecognizeCategorizedEntitiesAction[]

A collection of descriptions of entities recognition actions.

Optional recognizeLinkedEntitiesActions

recognizeLinkedEntitiesActions: RecognizeLinkedEntitiesAction[]

A collection of descriptions of entities linking actions.

Optional recognizePiiEntitiesActions

recognizePiiEntitiesActions: RecognizePiiEntitiesAction[]

A collection of descriptions of Pii entities recognition actions.

Generated using TypeDoc