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

DocumentField.ValueDictionary Property

Definition

Dictionary of named field values.

public Azure.AI.DocumentIntelligence.DocumentFieldDictionary ValueDictionary { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.DocumentIntelligence.DocumentField> ValueDictionary { get; }
member this.ValueDictionary : Azure.AI.DocumentIntelligence.DocumentFieldDictionary
member this.ValueDictionary : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.DocumentIntelligence.DocumentField>
Public ReadOnly Property ValueDictionary As DocumentFieldDictionary
Public ReadOnly Property ValueDictionary As IReadOnlyDictionary(Of String, DocumentField)

Property Value

Applies to