ExtractedKeyValuePair interface
Representation of a key-value pair as a list of key and value tokens.
Properties
key | List of tokens for the extracted key in a key-value pair. |
value | List of tokens for the extracted value in a key-value pair. |
Property Details
key
List of tokens for the extracted key in a key-value pair.
key?: ExtractedToken[]
Property Value
value
List of tokens for the extracted value in a key-value pair.
value?: ExtractedToken[]