Skip navigation links
A B C D E F G I M N R S T U W 

A

AnalysisResult - Class in net.gini.android.vision.network
Used by the GiniVisionNetworkService to return analysis results.
AnalysisResult(String, Map) - Constructor for class net.gini.android.vision.network.AnalysisResult
Create a new analysis result for a Gini API document id.
analyze(LinkedHashMap, GiniVisionNetworkCallback) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService
 
analyze(LinkedHashMap, GiniVisionNetworkCallback) - Method in interface net.gini.android.vision.network.GiniVisionNetworkService
Called when a document needs to be analyzed by the Gini API.

B

BoxMapper - Class in net.gini.android.vision.accounting.network.model
Helper class to map the Box from the Gini API SDK to the Gini Vision Library's GiniVisionBox and vice versa.
build() - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkApi.Builder
Create a new instance of the GiniVisionAccountingNetworkApi.
build() - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Create a new instance of the GiniVisionAccountingNetworkService.
builder() - Static method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkApi
Creates a new GiniVisionAccountingNetworkApi.Builder to configure and create a new instance.
builder(Context) - Static method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService
Creates a new GiniVisionAccountingNetworkService.Builder to configure and create a new instance.

C

cancelled() - Method in interface net.gini.android.vision.network.GiniVisionNetworkCallback
Called when the network call has been cancelled.
cleanup() - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService
 
cleanup() - Method in interface net.gini.android.vision.network.GiniVisionNetworkService
Called when the Gini Vision Library is not needed anymore and the GiniVision#cleanup(Context) method has been called.
CREATOR - Static variable in class net.gini.android.vision.network.model.GiniVisionBox
 
CREATOR - Static variable in class net.gini.android.vision.network.model.GiniVisionExtraction
 
CREATOR - Static variable in class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
 

D

delete(String, GiniVisionNetworkCallback) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService
 
delete(String, GiniVisionNetworkCallback) - Method in interface net.gini.android.vision.network.GiniVisionNetworkService
Called when a document needs to be deleted from the Gini API.
deleteGiniUserCredentials() - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkApi
 
deleteGiniUserCredentials() - Method in interface net.gini.android.vision.network.GiniVisionNetworkApi
Delete the anonymous gini user credentials.
describeContents() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
describeContents() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
describeContents() - Method in class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
 

E

Error - Class in net.gini.android.vision.network
Used by the GiniVisionNetworkService and GiniVisionNetworkApi to return error messages.
Error(String) - Constructor for class net.gini.android.vision.network.Error
Create a new error.
Error(String, Throwable) - Constructor for class net.gini.android.vision.network.Error
Create a new error with a cause.
ExtractionMapper - Class in net.gini.android.vision.accounting.network.model
Helper class to map the Extraction from the Gini API SDK to the Gini Vision Library's GiniVisionExtraction and vice versa.

F

failure(E) - Method in interface net.gini.android.vision.network.GiniVisionNetworkCallback
Called when the network call failed.

G

getAnalyzedCameraPictureAsJpeg() - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService
Get the last successfully analyzed picture taken by the camera.
getBox() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
getCandidates() - Method in class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
 
getCause() - Method in class net.gini.android.vision.network.Error
 
getEntity() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
getExtractions() - Method in class net.gini.android.vision.network.AnalysisResult
 
getGiniApiDocumentId() - Method in class net.gini.android.vision.network.Result
 
getHeight() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
getLeft() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
getMessage() - Method in class net.gini.android.vision.network.Error
 
getName() - Method in class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
 
getPageNumber() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
getTop() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
getValue() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
getWidth() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
GiniVisionAccountingNetworkApi - Class in net.gini.android.vision.accounting.network
Default implementation of network calls which can be performed manually from outside the Gini Vision Library (e.g.
GiniVisionAccountingNetworkApi.Builder - Class in net.gini.android.vision.accounting.network
Builder for configuring a new instance of the GiniVisionAccountingNetworkApi.
GiniVisionAccountingNetworkService - Class in net.gini.android.vision.accounting.network
Implementation using the Gini Accounting API of the network related tasks required by the Gini Vision Library.
GiniVisionAccountingNetworkService.Builder - Class in net.gini.android.vision.accounting.network
Builder for configuring a new instance of the GiniVisionAccountingNetworkService.
GiniVisionBox - Class in net.gini.android.vision.network.model
Contains a bounding box for a Gini API extraction.
GiniVisionBox(int, double, double, double, double) - Constructor for class net.gini.android.vision.network.model.GiniVisionBox
Create a new bounding box for an extraction.
GiniVisionExtraction - Class in net.gini.android.vision.network.model
Contains a Gini API extraction.
GiniVisionExtraction(String, String, GiniVisionBox) - Constructor for class net.gini.android.vision.network.model.GiniVisionExtraction
Value object for an extraction from the Gini API.
GiniVisionNetworkApi - Interface in net.gini.android.vision.network
Interface specifying network calls which can be performed manually from outside the Gini Vision Library (e.g.
GiniVisionNetworkCallback - Interface in net.gini.android.vision.network
Used by the GiniVisionNetworkService and GiniVisionNetworkApi to return the outcome of network calls.
GiniVisionNetworkService - Interface in net.gini.android.vision.network
Interface specifying network related tasks required by the Gini Vision Library in order to communicate with the Gini API.
GiniVisionSpecificExtraction - Class in net.gini.android.vision.network.model
Contains a Gini API specific extraction.
GiniVisionSpecificExtraction(String, String, String, GiniVisionBox, List) - Constructor for class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
Value object for a specific extraction from the Gini API.

I

isDirty() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 

M

map(Box) - Static method in class net.gini.android.vision.accounting.network.model.BoxMapper
Map a Box from the Gini API SDK to the Gini Vision Library's GiniVisionBox.
map(GiniVisionBox) - Static method in class net.gini.android.vision.accounting.network.model.BoxMapper
Map a GiniVisionBox from the Gini Vision Library to the Gini API SDK's Box.
map(net.gini.android.models.Extraction) - Static method in class net.gini.android.vision.accounting.network.model.ExtractionMapper
Map an Extraction from the Gini API SDK to the Gini Vision Library's GiniVisionExtraction.
map(GiniVisionExtraction) - Static method in class net.gini.android.vision.accounting.network.model.ExtractionMapper
Map a GiniVisionExtraction from the Gini Vision Library to the Gini API SDK's Extraction.
map(SpecificExtraction) - Static method in class net.gini.android.vision.accounting.network.model.SpecificExtractionMapper
Map a SpecificExtraction from the Gini API SDK to the Gini Vision Library's GiniVisionSpecificExtraction.
map(GiniVisionSpecificExtraction) - Static method in class net.gini.android.vision.accounting.network.model.SpecificExtractionMapper
Map a GiniVisionSpecificExtraction from the Gini Vision Library to the Gini API SDK's SpecificExtraction.
mapListToApiSdk(List) - Static method in class net.gini.android.vision.accounting.network.model.ExtractionMapper
Map a list of GiniVisionExtractions from the Gini Vision Library to a list of Gini API SDK Extractions.
mapListToGVL(List) - Static method in class net.gini.android.vision.accounting.network.model.ExtractionMapper
Map a list of Extractions from the Gini API SDK to a list of Gini Vision Library GiniVisionExtractions.
mapToApiSdk(Map) - Static method in class net.gini.android.vision.accounting.network.model.SpecificExtractionMapper
Convert a map of GiniVisionSpecificExtractions from the Gini Vision Library to a map of Gini API SDK SpecificExtractions.
mapToGVL(Map) - Static method in class net.gini.android.vision.accounting.network.model.SpecificExtractionMapper
Convert a map of SpecificExtractions from the Gini API SDK to a map of Gini Vision Library GiniVisionSpecificExtractions.

N

net.gini.android.vision.accounting.network - package net.gini.android.vision.accounting.network
Implementations of the GiniVisionNetworkService and the GiniVisionNetworkApi using the Gini Accounting API.
net.gini.android.vision.accounting.network.model - package net.gini.android.vision.accounting.network.model
Contains mappers for converting Gini Vision Library model classes used for extractions to their Gini API SDK counterparts and vice versa.
net.gini.android.vision.network - package net.gini.android.vision.network
 
net.gini.android.vision.network.model - package net.gini.android.vision.network.model
 

R

Result - Class in net.gini.android.vision.network
Used by the GiniVisionNetworkService to return network call results.
Result(String) - Constructor for class net.gini.android.vision.network.Result
Create a new result with a Gini API document id.

S

sendFeedback(Map, GiniVisionNetworkCallback) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkApi
 
sendFeedback(Map, GiniVisionNetworkCallback) - Method in interface net.gini.android.vision.network.GiniVisionNetworkApi
Call this method with the extractions the user has seen and accepted.
setBackoffMultiplier(float) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Sets the backoff multiplication factor for connection retries.
setBaseUrl(String) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set the base URL of the Gini Accounting API.
setBox(GiniVisionBox) - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
Set a new bounding box.
setCache(Cache) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set the cache implementation to use with Volley.
setClientCredentials(String, String, String) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set your Gini Accounting API client ID and secret.
setConnectionTimeout(long) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set the (initial) timeout for each request.
setConnectionTimeoutUnit(TimeUnit) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set the connection timeout's time unit.
setCredentialsStore(CredentialsStore) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set the credentials store which is used by the Gini API SDK to store user credentials.
setDocumentMetadata(DocumentMetadata) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set additional information related to the documents.
setIsDirty(boolean) - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
setMaxNumberOfRetries(int) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set the maximal number of retries for each network request.
setNetworkSecurityConfigResId(int) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set the resource id for the network security configuration xml to enable public key pinning.
setSessionManager(SessionManager) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set a custom SessionManager implementation for handling sessions.
setUserCenterBaseUrl(String) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService.Builder
Set the base URL of the Gini User Center API.
setValue(String) - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
Set a new value for this extraction.
SpecificExtractionMapper - Class in net.gini.android.vision.accounting.network.model
Helper class to map the SpecificExtraction from the Gini API SDK to the Gini Vision Library's GiniVisionSpecificExtraction and vice versa.
success(R) - Method in interface net.gini.android.vision.network.GiniVisionNetworkCallback
Called when the network call completed successfully.

T

toString() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
toString() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
toString() - Method in class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
 

U

upload(Document, GiniVisionNetworkCallback) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkService
 
upload(Document, GiniVisionNetworkCallback) - Method in interface net.gini.android.vision.network.GiniVisionNetworkService
Called when a document needs to be uploaded to the Gini API.

W

withGiniVisionAccountingNetworkService(GiniVisionAccountingNetworkService) - Method in class net.gini.android.vision.accounting.network.GiniVisionAccountingNetworkApi.Builder
Set the same GiniVisionAccountingNetworkService instance you use for GiniVision.
writeToParcel(Parcel, int) - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
writeToParcel(Parcel, int) - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
writeToParcel(Parcel, int) - Method in class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
 
A B C D E F G I M N R S T U W 
Skip navigation links