GiniCaptureCompoundExtraction

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

Link copied to clipboard
public void GiniCaptureCompoundExtraction(@NonNull() String name, @NonNull() List<Map<String, GiniCaptureSpecificExtraction>> specificExtractionMaps)
Value object for a compound extraction from the Gini API.

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

Functions

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