GiniVisionBox

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

public class GiniVisionBox implements Parcelable

Constructors

GiniVisionBox
Link copied to clipboard

Create a new bounding box for an extraction.

void GiniVisionBox(int pageNumber, double left, double top, double width, double height)

Functions

describeContents
Link copied to clipboard
abstract int describeContents()
int describeContents()
getHeight
Link copied to clipboard

vertical dimension of the box

double getHeight()
getLeft
Link copied to clipboard

distance from the left edge of the page

double getLeft()
getPageNumber
Link copied to clipboard

page on which the box can be found, starting with 1

int getPageNumber()
getTop
Link copied to clipboard

distance from the top edge of the page

double getTop()
getWidth
Link copied to clipboard

horizontal dimension of the box

double getWidth()
toString
Link copied to clipboard
String toString()
writeToParcel
Link copied to clipboard
abstract void writeToParcel(Parcel p, int p1)
void writeToParcel(Parcel dest, int flags)

Properties

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