RecognizeCustomEntitiesAction(String, String) Constructor

Definition

Initializes a new instance of the RecognizeCustomEntitiesAction class which allows callers to specify details about how to execute a Recognize Custom Entities action in a set of documents. Sets the ProjectName and DeploymentName properties.

public RecognizeCustomEntitiesAction (string projectName, string deploymentName);
new Azure.AI.TextAnalytics.RecognizeCustomEntitiesAction : string * string -> Azure.AI.TextAnalytics.RecognizeCustomEntitiesAction
Public Sub New (projectName As String, deploymentName As String)

Parameters

projectName
String

Sets the value of the property corresponding to the name of the project.

deploymentName
String

Sets the value of the property corresponding to the name of the deployment.

Applies to