ExtractionsContainer

public class ExtractionsContainer implements Parcelable

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

Link copied to clipboard
public void ExtractionsContainer(@NonNull() Map<String, SpecificExtraction> specificExtractions, @NonNull() Map<String, CompoundExtraction> compoundExtractions)
Contains a document's extractions from the Gini API.

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public void writeToParcel(@NonNull() Parcel dest, int flags)

Properties

Link copied to clipboard
public final static int CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
Link copied to clipboard
public final static int PARCELABLE_WRITE_RETURN_VALUE

Inheritors

Link copied to clipboard