RecognizeEntitiesAction Constructors
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.
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
- options
- TextAnalyticsRequestOptions
Applies to
Azure SDK for .NET