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