RecognizeInvoicesOperation 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
RecognizeInvoicesOperation() |
Initializes a new instance of the RecognizeInvoicesOperation class. This constructor is intended to be used for mocking only. |
RecognizeInvoicesOperation(String, FormRecognizerClient) |
Initializes a new instance of the RecognizeInvoicesOperation class which tracks the status of a long-running operation for recognizing values from invoices. |
RecognizeInvoicesOperation()
Initializes a new instance of the RecognizeInvoicesOperation class. This constructor is intended to be used for mocking only.
protected RecognizeInvoicesOperation ();
Protected Sub New ()
Applies to
RecognizeInvoicesOperation(String, FormRecognizerClient)
Initializes a new instance of the RecognizeInvoicesOperation class which tracks the status of a long-running operation for recognizing values from invoices.
public RecognizeInvoicesOperation (string operationId, Azure.AI.FormRecognizer.FormRecognizerClient client);
new Azure.AI.FormRecognizer.Models.RecognizeInvoicesOperation : string * Azure.AI.FormRecognizer.FormRecognizerClient -> Azure.AI.FormRecognizer.Models.RecognizeInvoicesOperation
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.