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

GiniCaptureCompoundExtraction
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

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

Properties

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