Compartir a través de


DocumentFieldValue.AsDictionary Método

Definición

Obtiene el valor del campo como .Dictionary<TKey,TValue>

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.FormRecognizer.DocumentAnalysis.DocumentField> AsDictionary ();
member this.AsDictionary : unit -> System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentField>
Public Function AsDictionary () As IReadOnlyDictionary(Of String, DocumentField)

Devoluciones

Valor del campo convertido en .Dictionary<TKey,TValue>

Excepciones

Se produce cuando Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFieldValue.FieldType no Dictionaryes .

Se aplica a