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

SingleLabelClassifyAction(String, String) Constructor

Definition

Initializes a new instance of the SingleLabelClassifyAction class which allows callers to specify details about how to execute a Single Label Classification action on a set of documents. Sets the ProjectName and DeploymentName properties.

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

Parameters

projectName
String

The target project name used in the Single Label Classification action.

deploymentName
String

The deployment name used in the Single Label Classification action.

Applies to