GiniCaptureCompoundExtraction

public class GiniCaptureCompoundExtraction implements Parcelable

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
void GiniCaptureCompoundExtraction(@NonNull() String name, @NonNull() List<Map<String, GiniCaptureSpecificExtraction>> specificExtractionMaps)
Value object for a compound extraction from the Gini API.

Functions

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

Properties

Link copied to clipboard
public final static Parcelable.Creator<GiniCaptureCompoundExtraction> CREATOR