TextAnalyticsActions interface

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.

Properties

analyzeSentimentActions

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

extractKeyPhrasesActions

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

recognizeEntitiesActions

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

recognizeLinkedEntitiesActions

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

recognizePiiEntitiesActions

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

Property Details

analyzeSentimentActions

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

analyzeSentimentActions?: AnalyzeSentimentAction[]

Property Value

extractKeyPhrasesActions

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

extractKeyPhrasesActions?: ExtractKeyPhrasesAction[]

Property Value

recognizeEntitiesActions

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

recognizeEntitiesActions?: RecognizeCategorizedEntitiesAction[]

Property Value

recognizeLinkedEntitiesActions

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

recognizeLinkedEntitiesActions?: RecognizeLinkedEntitiesAction[]

Property Value

recognizePiiEntitiesActions

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

recognizePiiEntitiesActions?: RecognizePiiEntitiesAction[]

Property Value