Gini Capture Specific Extraction
Contains a Gini API specific extraction.
A specific extraction assings a semantic property to an extraction and it may contain a list of extraction candidates.
The extraction candidates are other suggestions for this specific extraction (e.g. all amounts on the document). Candidates are of the same entity as the found extraction.
Constructors
GiniCaptureSpecificExtraction
Link copied to clipboard
Value object for a specific extraction from the Gini API.
void GiniCaptureSpecificExtraction(String name, String value, String entity, GiniCaptureBox box, List<GiniCaptureExtraction> candidates)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract int describeContents()
Content copied to clipboard
int describeContents()
Content copied to clipboard
getBox
Link copied to clipboard
getCandidates
Link copied to clipboard
getEntity
Link copied to clipboard
getValue
Link copied to clipboard
setBox
Link copied to clipboard
setIsDirty
Link copied to clipboard
setValue
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
CREATOR
Link copied to clipboard
public final static Parcelable.Creator<GiniCaptureSpecificExtraction> CREATOR
Content copied to clipboard