Share via


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