Gini Capture Extraction
Contains a Gini API extraction.
An extraction contains an entity describing the general semantic type of the extraction (e.g. a date), which also determines the format of the value containing the information as text. Optionally there may be a box describing the position of the extraction value on the document. In most instances, extractions without a bounding box are meta information (e.g. doctype).
Constructors
GiniCaptureExtraction
Link copied to clipboard
Value object for an extraction from the Gini API.
void GiniCaptureExtraction(String value, String entity, GiniCaptureBox box)
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
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
Inheritors
GiniCaptureSpecificExtraction
Link copied to clipboard