Gini Capture Compound Extraction
Contains a Gini API compound extraction.
A compound extraction contains one or more specific extraction maps. For example line items are compound extractions where each line is represented by a specific extraction map. Each specific extraction represents a column on that line.
Constructors
GiniCaptureCompoundExtraction
Link copied to clipboard
Value object for a compound extraction from the Gini API.
void GiniCaptureCompoundExtraction(String name, List<Map<String, GiniCaptureSpecificExtraction>> specificExtractionMaps)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract int describeContents()
Content copied to clipboard
int describeContents()
Content copied to clipboard
getSpecificExtractionMaps
Link copied to clipboard
@NonNull()
Content copied to clipboard
writeToParcel
Link copied to clipboard
Properties
CREATOR
Link copied to clipboard
public final static Parcelable.Creator<GiniCaptureCompoundExtraction> CREATOR
Content copied to clipboard