ComposeDocumentModelOperation 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
ComposeDocumentModelOperation() |
Initializes a new instance of the ComposeDocumentModelOperation class. This constructor is intended to be used for mocking only. |
ComposeDocumentModelOperation(String, DocumentModelAdministrationClient) |
Initializes a new instance of the ComposeDocumentModelOperation class which tracks the status of a long-running operation for composing a custom model. |
ComposeDocumentModelOperation()
Initializes a new instance of the ComposeDocumentModelOperation class. This constructor is intended to be used for mocking only.
protected ComposeDocumentModelOperation ();
Protected Sub New ()
Applies to
ComposeDocumentModelOperation(String, DocumentModelAdministrationClient)
Initializes a new instance of the ComposeDocumentModelOperation class which tracks the status of a long-running operation for composing a custom model.
public ComposeDocumentModelOperation (string operationId, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient client);
new Azure.AI.FormRecognizer.DocumentAnalysis.ComposeDocumentModelOperation : string * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient -> Azure.AI.FormRecognizer.DocumentAnalysis.ComposeDocumentModelOperation
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