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

RecognizeEntitiesAction Constructors

Definition

Overloads

RecognizeEntitiesAction()

Initializes a new instance of the RecognizeEntitiesAction class which allows callers to specify details about how to execute a Recognize Entities action in a set of documents. For example, set model version and disable service logging.

RecognizeEntitiesAction(TextAnalyticsRequestOptions)

Initializes a new instance of the RecognizeEntitiesAction class based on the values of a TextAnalyticsRequestOptions. It sets the ModelVersion and DisableServiceLogs properties.

RecognizeEntitiesAction()

Source:
RecognizeEntitiesAction.cs

Initializes a new instance of the RecognizeEntitiesAction class which allows callers to specify details about how to execute a Recognize Entities action in a set of documents. For example, set model version and disable service logging.

public RecognizeEntitiesAction();
Public Sub New ()

Applies to

RecognizeEntitiesAction(TextAnalyticsRequestOptions)

Source:
RecognizeEntitiesAction.cs

Initializes a new instance of the RecognizeEntitiesAction class based on the values of a TextAnalyticsRequestOptions. It sets the ModelVersion and DisableServiceLogs properties.

public RecognizeEntitiesAction(Azure.AI.TextAnalytics.TextAnalyticsRequestOptions options);
new Azure.AI.TextAnalytics.RecognizeEntitiesAction : Azure.AI.TextAnalytics.TextAnalyticsRequestOptions -> Azure.AI.TextAnalytics.RecognizeEntitiesAction
Public Sub New (options As TextAnalyticsRequestOptions)

Parameters

Applies to