Kofax Mobile SDK API Reference
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
BillExtractor Class Reference
Inheritance diagram for BillExtractor:
Extractor< T extends Serializable >

Public Member Functions

 BillExtractor ()
 
void setParameters (ExtractionParameters parameters)
 
- Public Member Functions inherited from Extractor< T extends Serializable >
 Extractor ()
 
void setExtractionServer (IExtractionServer extractionServer)
 
void setResultDeserializer (IDeserializer< T > resultDeserializer)
 
void setExceptionResponseDeserializer (IExceptionResponseDeserializer exceptionResponseDeserializer)
 
void setParameters (ExtractionParameters parameters)
 
void setExtractorListener (IExtractorListener listener)
 
void setCertificateValidatorListener (CertificateValidatorListener certificateValidatorListener)
 
void extract (Image...images)
 
void onExtractionComplete (DataUnit unit)
 

Static Public Attributes

static final String BILL_EXTRACT_RTTI = "_bill_extract_rtti_"
 
static final String BILL_EXTRACT_KTA = "_bill_extract_kta_"
 

Protected Member Functions

ExtractorResponse< BillcreateResponse (Bill results, ExceptionResponse exceptionResponse)
 
String getDefaultServerUrl (ExtractionParameters.ExtractionType extractionType)
 
- Protected Member Functions inherited from Extractor< T extends Serializable >
abstract ExtractorResponse< T > createResponse (T results, ExceptionResponse exceptionResponse)
 
abstract String getDefaultServerUrl (ExtractionParameters.ExtractionType extractionType)
 

Detailed Description

Bill-specialized data extractor. This class is constructed automatically by the WorkflowActivity and is not intended for direct use.

Constructor & Destructor Documentation

Member Function Documentation

ExtractorResponse<Bill> createResponse ( Bill  results,
ExceptionResponse  exceptionResponse 
)
protected
String getDefaultServerUrl ( ExtractionParameters.ExtractionType  extractionType)
protected
void setParameters ( ExtractionParameters  parameters)

Member Data Documentation

final String BILL_EXTRACT_KTA = "_bill_extract_kta_"
static
final String BILL_EXTRACT_RTTI = "_bill_extract_rtti_"
static

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.