Kofax Mobile SDK API Reference
Public Member Functions | List of all members
ImageProcessor.AnalysisProgressEvent Class Reference

An event that indicates Image processing progress information is available. More...

Inheritance diagram for ImageProcessor.AnalysisProgressEvent:

Public Member Functions

 AnalysisProgressEvent (Object sender, ErrorInfo status, String imageID, int progressPct)
 Creates a new ProcessProgressEvent with the given parameters. More...
 
ErrorInfo getStatus ()
 Gets the status property for the AnalysisProgressEvent. More...
 
String getImageID ()
 Gets the ImageID string for the AnalysisProgressEvent. More...
 
int getProgressPct ()
 Gets the analysis percentage for the progress event. More...
 

Detailed Description

An event that indicates Image processing progress information is available.

This event is raised in response to image processing progress information being available following a call to processImage. The event includes status information, Image ID string, and the progress percentage value. The Image ID references the Image object that was passed to processImage originally.

See also
ImageProcessor::processImage(Image, ImageProcessorConfiguration)

Constructor & Destructor Documentation

AnalysisProgressEvent ( Object  sender,
ErrorInfo  status,
String  imageID,
int  progressPct 
)

Creates a new ProcessProgressEvent with the given parameters.

Member Function Documentation

String getImageID ( )

Gets the ImageID string for the AnalysisProgressEvent.

The ImageID string identifies the Image being processed.

Returns
ImageID string
int getProgressPct ( )

Gets the analysis percentage for the progress event.

The progressPct is an integer percentage value (0..100) indicating the progress of the image analysis operation.

Returns
progressPct
ErrorInfo getStatus ( )

Gets the status property for the AnalysisProgressEvent.

The status property includes a status code and a message string.

Returns
ErrorInfo status

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.