DocumentIntelligenceModelFactory.AnalyzeBatchOperationDetails Method
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.
Initializes a new instance of AnalyzeBatchOperationDetails.
public static Azure.AI.DocumentIntelligence.AnalyzeBatchOperationDetails AnalyzeBatchOperationDetails (string resultId = default, Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationStatus status = default, DateTimeOffset createdOn = default, DateTimeOffset lastUpdatedOn = default, int? percentCompleted = default, Azure.AI.DocumentIntelligence.DocumentIntelligenceError error = default, Azure.AI.DocumentIntelligence.AnalyzeBatchResult result = default);
static member AnalyzeBatchOperationDetails : string * Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationStatus * DateTimeOffset * DateTimeOffset * Nullable<int> * Azure.AI.DocumentIntelligence.DocumentIntelligenceError * Azure.AI.DocumentIntelligence.AnalyzeBatchResult -> Azure.AI.DocumentIntelligence.AnalyzeBatchOperationDetails
Public Shared Function AnalyzeBatchOperationDetails (Optional resultId As String = Nothing, Optional status As DocumentIntelligenceOperationStatus = Nothing, Optional createdOn As DateTimeOffset = Nothing, Optional lastUpdatedOn As DateTimeOffset = Nothing, Optional percentCompleted As Nullable(Of Integer) = Nothing, Optional error As DocumentIntelligenceError = Nothing, Optional result As AnalyzeBatchResult = Nothing) As AnalyzeBatchOperationDetails
Parameters
- resultId
- String
Analyze batch operation result ID.
Operation status. notStarted, running, succeeded, or failed.
- createdOn
- DateTimeOffset
Date and time (UTC) when the operation was submitted.
- lastUpdatedOn
- DateTimeOffset
Date and time (UTC) when the status was last updated.
Encountered error during batch document analysis.
- result
- AnalyzeBatchResult
Batch document analysis result.
Returns
A new AnalyzeBatchOperationDetails instance for mocking.
Applies to
Azure SDK for .NET