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[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript