Condividi tramite


AuthorizeClassifierCopyOptions(String) Constructor

Definition

Initializes a new instance of AuthorizeClassifierCopyOptions.

public AuthorizeClassifierCopyOptions (string classifierId);
new Azure.AI.DocumentIntelligence.AuthorizeClassifierCopyOptions : string -> Azure.AI.DocumentIntelligence.AuthorizeClassifierCopyOptions
Public Sub New (classifierId As String)

Parameters

classifierId
String

Unique document classifier name.

Exceptions

classifierId is null.

Applies to