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