다음을 통해 공유


AnalyzeResult.KeyValuePairs Property

Definition

Overloads

KeyValuePairs

Extracted key-value pairs.

KeyValuePairs

Source:
AnalyzeResult.cs

Extracted key-value pairs.

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentKeyValuePair> KeyValuePairs { get; }
member this.KeyValuePairs : System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentKeyValuePair>
Public ReadOnly Property KeyValuePairs As IReadOnlyList(Of DocumentKeyValuePair)

Property Value

Applies to