TextAnalyticsActions Class
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.
Determines the set of actions that will get executed on the input documents.
public class TextAnalyticsActions
type TextAnalyticsActions = class
Public Class TextAnalyticsActions
- Inheritance
-
TextAnalyticsActions
Constructors
TextAnalyticsActions() |
Initializes a new instance of the TextAnalyticsActions class which determines the set of actions that will get executed on the input documents. For example, execute extract key phrases, recognize entities, and more. |
Properties
AbstractiveSummarizeActions |
The set of AbstractiveSummarizeAction that will get executed on the input documents. |
AnalyzeHealthcareEntitiesActions |
The set of AnalyzeHealthcareEntitiesAction that will get executed on the input documents. |
AnalyzeSentimentActions |
The set of AnalyzeSentimentAction that will get executed on the input documents. |
DisplayName |
Optional display name for the operation. |
ExtractiveSummarizeActions |
The set of ExtractiveSummarizeAction that will get executed on the input documents. |
ExtractKeyPhrasesActions |
The set of ExtractKeyPhrasesAction that will get executed on the input documents. |
MultiLabelClassifyActions |
The set of MultiLabelClassifyAction that will get executed on the input documents. To train a model to classify your documents, see the documentation. |
RecognizeCustomEntitiesActions |
The set of RecognizeCustomEntitiesAction that will get executed on the input documents. To train a model to recognize your custom entities, see the documentation. |
RecognizeEntitiesActions |
The set of RecognizeEntitiesAction that will get executed on the input documents. |
RecognizeLinkedEntitiesActions |
The set of RecognizeLinkedEntitiesAction that will get executed on the input documents. |
RecognizePiiEntitiesActions |
The set of RecognizePiiEntitiesAction that will get executed on the input documents. |
SingleLabelClassifyActions |
The set of SingleLabelClassifyAction that will get executed on the input documents. To train a model to classify your documents, see the documentation. |
Applies to
Azure SDK for .NET