Class DocumentKeyValuePair
An object representing a form field with distinct field label (key) and field value (may be empty).
Inheritance
System.Object
DocumentKeyValuePair
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public class DocumentKeyValuePair
Properties
Confidence
Confidence of correctly extracting the key-value pair.
Declaration
public float Confidence { get; }
Property Value
System.Single
|
Key
Field label of the key-value pair.
Declaration
public Azure.AI.FormRecognizer.DocumentAnalysis.DocumentKeyValueElement Key { get; }
Property Value
DocumentKeyValueElement
|
Value
Field value of the key-value pair.
Declaration
public Azure.AI.FormRecognizer.DocumentAnalysis.DocumentKeyValueElement Value { get; }
Property Value
DocumentKeyValueElement
|