Kofax Mobile SDK API Reference
Classes | Public Member Functions | List of all members
PageDetectionEvent Class Reference

An event that indicates a page was detected in the camera preview. More...

Inheritance diagram for PageDetectionEvent:

Public Member Functions

 PageDetectionEvent (Object sender, Bitmap bitmap, BoundingTetragon bounds)
 
final Bitmap getPreviewImage ()
 Gets the preview image that the page was detected in. More...
 
final BoundingTetragon getBound ()
 Gets the bounding coordinates of the detected page. More...
 

Detailed Description

An event that indicates a page was detected in the camera preview.

This event is raised in response to a page being detected in the camera preview, if page detection is enabled. The event includes the preview image that was processed by page detection, and the bounding coordinates of the detected page.

See also
PageDetectionListener
DocumentBaseCaptureExperience::addPageDetectionListener

Constructor & Destructor Documentation

PageDetectionEvent ( Object  sender,
Bitmap  bitmap,
BoundingTetragon  bounds 
)

Member Function Documentation

final BoundingTetragon getBound ( )

Gets the bounding coordinates of the detected page.

final Bitmap getPreviewImage ( )

Gets the preview image that the page was detected in.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.