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