RecognizeCustomEntitiesAction(String, String) Constructor
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.
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.