DocumentFieldDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
IEnumerable<KeyValuePair<String,DocumentField>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IReadOnlyCollection<KeyValuePair<String,DocumentField>> IReadOnlyCollection<KeyValuePair<TKey,TValue>> IReadOnlyDictionary<String,DocumentField> IEnumerable
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
Azure SDK for .NET