你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
analyze |
A collection of descriptions of sentiment analysis actions. However, currently, the service can accept up to one action only for |
extract |
A collection of descriptions of key phrases recognition actions. However, currently, the service can accept up to one action only for |
recognize |
A collection of descriptions of entities recognition actions. However, currently, the service can accept up to one action only for |
recognize |
A collection of descriptions of entities linking actions. However, currently, the service can accept up to one action only for |
recognize |
A collection of descriptions of Pii entities recognition actions. However, currently, the service can accept up to one action only for |
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[]