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