Bagikan melalui


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