Bagikan melalui


CopyDocumentModelToOperation Constructors

Definition

Overloads

CopyDocumentModelToOperation()

Initializes a new instance of the CopyDocumentModelToOperation class. This constructor is intended to be used for mocking only.

CopyDocumentModelToOperation(String, DocumentModelAdministrationClient)

Initializes a new instance of the CopyDocumentModelToOperation class which tracks the status of the long-running operation for copying a custom model into a target Form Recognizer resource.

CopyDocumentModelToOperation()

Source:
CopyDocumentModelToOperation.cs

Initializes a new instance of the CopyDocumentModelToOperation class. This constructor is intended to be used for mocking only.

protected CopyDocumentModelToOperation ();
Protected Sub New ()

Applies to

CopyDocumentModelToOperation(String, DocumentModelAdministrationClient)

Source:
CopyDocumentModelToOperation.cs

Initializes a new instance of the CopyDocumentModelToOperation class which tracks the status of the long-running operation for copying a custom model into a target Form Recognizer resource.

public CopyDocumentModelToOperation (string operationId, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient client);
new Azure.AI.FormRecognizer.DocumentAnalysis.CopyDocumentModelToOperation : string * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient -> Azure.AI.FormRecognizer.DocumentAnalysis.CopyDocumentModelToOperation
Public Sub New (operationId As String, client As DocumentModelAdministrationClient)

Parameters

operationId
String

The ID of this operation.

client
DocumentModelAdministrationClient

The client used to check for completion.

Applies to