GiniVisionExtraction

Value object for an extraction from the Gini API.

Parameters

box

(optional) bounding box containing the position of the extraction value on the document. Only available for some extractions. Changing this value marks the extraction as dirty

entity

key (primary identification) of an entity type (e.g. banknumber). See Extraction Entities for a full list

value

normalized textual representation of the text/information provided by the extraction value (e. g. bank number without spaces between the digits). Changing this value marks the extraction as dirty

void GiniVisionExtraction(String value, String entity, GiniVisionBox box)