SpecificExtraction

public void SpecificExtraction(String name, String value, String entity, @Nullable() Box box, List<Extraction> candidates)

Value object for a specific extraction from the Gini API.

Parameters

name

The specific extraction's name, e.g. "amountToPay".

value

The extraction's value. Changing this value marks the extraction as dirty.

entity

The extraction's entity.

box

Optional the box where the extraction is found. Only available on some extractions.

candidates

A list containing other candidates for this specific extraction. Candidates are of the same entity as the found extraction.