你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AnalyzeBatchResult.Details Property

Definition

Operation detail for each document in the batch.

public System.Collections.Generic.IReadOnlyList<Azure.AI.DocumentIntelligence.AnalyzeBatchResultDetails> Details { get; }
public System.Collections.Generic.IReadOnlyList<Azure.AI.DocumentIntelligence.AnalyzeBatchOperationDetail> Details { get; }
member this.Details : System.Collections.Generic.IReadOnlyList<Azure.AI.DocumentIntelligence.AnalyzeBatchResultDetails>
member this.Details : System.Collections.Generic.IReadOnlyList<Azure.AI.DocumentIntelligence.AnalyzeBatchOperationDetail>
Public ReadOnly Property Details As IReadOnlyList(Of AnalyzeBatchResultDetails)
Public ReadOnly Property Details As IReadOnlyList(Of AnalyzeBatchOperationDetail)

Property Value

Applies to