Condividi tramite


AnalyzeDocumentOperation Constructors

Definition

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