你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextAnalyticsActions Class

Definition

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