AnalyzeDocumentOperation 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
AnalyzeDocumentOperation() |
Initializes a new instance of the AnalyzeDocumentOperation class. This constructor is intended to be used for mocking only. |
AnalyzeDocumentOperation(String, DocumentAnalysisClient) |
Initializes a new instance of the AnalyzeDocumentOperation class which tracks the status of a long-running operation for analyzing documents. |
AnalyzeDocumentOperation()
- Source:
- AnalyzeDocumentOperation.cs
Initializes a new instance of the AnalyzeDocumentOperation class. This constructor is intended to be used for mocking only.
protected AnalyzeDocumentOperation ();
Protected Sub New ()
Applies to
AnalyzeDocumentOperation(String, DocumentAnalysisClient)
- Source:
- AnalyzeDocumentOperation.cs
Initializes a new instance of the AnalyzeDocumentOperation class which tracks the status of a long-running operation for analyzing documents.
public AnalyzeDocumentOperation (string operationId, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentAnalysisClient client);
new Azure.AI.FormRecognizer.DocumentAnalysis.AnalyzeDocumentOperation : string * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentAnalysisClient -> Azure.AI.FormRecognizer.DocumentAnalysis.AnalyzeDocumentOperation
Public Sub New (operationId As String, client As DocumentAnalysisClient)
Parameters
- operationId
- String
The ID of this operation.
- client
- DocumentAnalysisClient
The client used to check for completion.
Applies to
Azure SDK for .NET