次の方法で共有


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