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

DocumentFieldDictionary Class

Definition

A dictionary of named field values.

public class DocumentFieldDictionary : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Azure.AI.DocumentIntelligence.DocumentField>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,Azure.AI.DocumentIntelligence.DocumentField>>, System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.DocumentIntelligence.DocumentField>
type DocumentFieldDictionary = class
    interface IReadOnlyDictionary<string, DocumentField>
    interface seq<KeyValuePair<string, DocumentField>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<string, DocumentField>>
Public Class DocumentFieldDictionary
Implements IEnumerable(Of KeyValuePair(Of String, DocumentField)), IReadOnlyCollection(Of KeyValuePair(Of String, DocumentField)), IReadOnlyDictionary(Of String, DocumentField)
Inheritance
DocumentFieldDictionary
Implements

Properties

Count

Gets the number of elements in the collection.

Item[String]

Gets the element that has the specified key in the read-only dictionary.

Keys

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

Values

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

Methods

ContainsKey(String)

Determines whether the read-only dictionary contains an element that has the specified key.

GetEnumerator()

Returns an enumerator that iterates through the collection.

TryGetValue(String, DocumentField)

Gets the value that is associated with the specified key.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

Applies to