RecognizeCustomFormsOperation 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
RecognizeCustomFormsOperation() |
Initializes a new instance of the RecognizeCustomFormsOperation class. This constructor is intended to be used for mocking only. |
RecognizeCustomFormsOperation(String, FormRecognizerClient) |
Initializes a new instance of the RecognizeCustomFormsOperation class which tracks the status of a long-running operation for recognizing fields and other content from forms by using custom trained models. |
RecognizeCustomFormsOperation()
Initializes a new instance of the RecognizeCustomFormsOperation class. This constructor is intended to be used for mocking only.
protected RecognizeCustomFormsOperation ();
Protected Sub New ()
Applies to
RecognizeCustomFormsOperation(String, FormRecognizerClient)
Initializes a new instance of the RecognizeCustomFormsOperation class which tracks the status of a long-running operation for recognizing fields and other content from forms by using custom trained models.
public RecognizeCustomFormsOperation (string operationId, Azure.AI.FormRecognizer.FormRecognizerClient client);
new Azure.AI.FormRecognizer.Models.RecognizeCustomFormsOperation : string * Azure.AI.FormRecognizer.FormRecognizerClient -> Azure.AI.FormRecognizer.Models.RecognizeCustomFormsOperation
Public Sub New (operationId As String, client As FormRecognizerClient)
Parameters
- operationId
- String
The ID of this operation.
- client
- FormRecognizerClient
The client used to check for completion.
Applies to
Azure SDK for .NET