Gini Capture Specific Extraction
void GiniCaptureSpecificExtraction(@NonNull() String name, @NonNull() String value, @NonNull() String entity, @Nullable() GiniCaptureBox box, @NonNull() List<GiniCaptureExtraction> candidates)
Content copied to clipboard
Value object for a specific extraction from the Gini API.
Parameters
name
The specific extraction's name, e.g. "amountToPay". See AvailableSpecific Extractions for a full list
value
normalized textual representation of the text/information provided by theextraction value (e. g. bank number without spaces between the digits).Changing this value marks the extraction as dirty
entity
key (primary identification) of an entity type (e.g. banknumber). See ExtractionEntities for a full list
box
(optional) bounding box containing the position of the extraction value onthe document. Only available for some extractions. Changing this valuemarks the extraction as dirty
candidates
A list containing other candidates for this specific extraction. Candidatesare of the same entity as the found extraction