CopyDocumentModelToOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
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)
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.
The client used to check for completion.
Applies to
Azure SDK for .NET