DocumentIntelligenceModelFactory.AnalyzeBatchResultDetails 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 AnalyzeBatchResultDetails.
public static Azure.AI.DocumentIntelligence.AnalyzeBatchResultDetails AnalyzeBatchResultDetails (Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationStatus status = default, Uri sourceUri = default, Uri resultUri = default, Azure.AI.DocumentIntelligence.DocumentIntelligenceError error = default);
static member AnalyzeBatchResultDetails : Azure.AI.DocumentIntelligence.DocumentIntelligenceOperationStatus * Uri * Uri * Azure.AI.DocumentIntelligence.DocumentIntelligenceError -> Azure.AI.DocumentIntelligence.AnalyzeBatchResultDetails
Public Shared Function AnalyzeBatchResultDetails (Optional status As DocumentIntelligenceOperationStatus = Nothing, Optional sourceUri As Uri = Nothing, Optional resultUri As Uri = Nothing, Optional error As DocumentIntelligenceError = Nothing) As AnalyzeBatchResultDetails
Parameters
Analyze status. succeeded, failed, or skipped.
- sourceUri
- Uri
URL of the source document.
- resultUri
- Uri
URL of the analyze result JSON.
Encountered error.
Returns
A new AnalyzeBatchResultDetails instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET