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

DocumentFieldDictionary.Values Property

Definition

Gets an enumerable collection that contains the values in the read-only dictionary.

public System.Collections.Generic.IEnumerable<Azure.AI.DocumentIntelligence.DocumentField> Values { get; }
member this.Values : seq<Azure.AI.DocumentIntelligence.DocumentField>
Public ReadOnly Property Values As IEnumerable(Of DocumentField)

Property Value

An enumerable collection that contains the values in the read-only dictionary.

Implements

Applies to