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

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