GiniVisionBox

public class GiniVisionBox implements Parcelable

Contains a bounding box for a Gini API extraction. The bounding box describes the page and the position where the extraction originates.

Constructors

GiniVisionBox
Link copied to clipboard
void GiniVisionBox(int pageNumber, double left, double top, double width, double height)
Create a new bounding box for an extraction.

Functions

describeContents
Link copied to clipboard
int describeContents()
getHeight
Link copied to clipboard
double getHeight()
getLeft
Link copied to clipboard
double getLeft()
getPageNumber
Link copied to clipboard
int getPageNumber()
getTop
Link copied to clipboard
double getTop()
getWidth
Link copied to clipboard
double getWidth()
toString
Link copied to clipboard
String toString()
writeToParcel
Link copied to clipboard
void writeToParcel(Parcel dest, int flags)

Properties

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