Extractions Container
The ExtractionsContainer contains specific extractions (e.g. "amountToPay"), compound extractions (e.g. "lineItems") and return reasons (used to allow users to specify in the Return Assistant why they return an item).
See the Gini API documentation for a list of the names of the specific extractions and compound specific extractions.
Constructors
ExtractionsContainer
Link copied to clipboard
void ExtractionsContainer(@NonNull() Map<String, SpecificExtraction> specificExtractions, @NonNull() Map<String, CompoundExtraction> compoundExtractions, @NonNull() List<ReturnReason> returnReasons)
Content copied to clipboard
Contains a document's extractions from the Gini API.
Functions
describeContents
Link copied to clipboard
int describeContents()
Content copied to clipboard
getCompoundExtractions
Link copied to clipboard
getReturnReasons
Link copied to clipboard
getSpecificExtractions
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
CREATOR
Link copied to clipboard