A description of the text in English, this typically matches one of the following:
The language tag of the data.
The text in the target language.
The description of the text in the target language.
The type of metadata, this is typically the name of the chunk from which is originates.
A metadata entry that defines a piece of text associated with the image that has a language associated with it. All text will be decoded using the
TextDecoder
API if it's present in the environment (eg. web, node.js), otherwiseString.fromCharCode
will be used.