Package net.gini.android.vision

The Gini Vision Library for Android provides Activities and Fragments for capturing, reviewing and analyzing photos, images and pdfs of invoices and remittance slips.

Types

AsyncCallback
Link copied to clipboard
public interface AsyncCallback<T, E extends Exception>
Callback interface for asynchronous tasks.
Document
Link copied to clipboard
public interface Document implements Parcelable
This class is the container for transferring documents between the client application and the Gini Vision Library and between the Fragments of the Gini Vision Library.
DocumentImportEnabledFileTypes
Link copied to clipboard
public enum DocumentImportEnabledFileTypes
Use this enum to select the file types to be allowed for document import in the Camera Screen.
GiniVision
Link copied to clipboard
public class GiniVision
Single entry point for the Gini Vision Library for configuration and interaction.
GiniVisionBasePresenter
Link copied to clipboard
public abstract class GiniVisionBasePresenter<V extends GiniVisionBaseView>
Internal use only.
GiniVisionBaseView
Link copied to clipboard
public interface GiniVisionBaseView<P extends GiniVisionBasePresenter>
Internal use only.
GiniVisionCoordinator
Link copied to clipboard
public class GiniVisionCoordinator
The GiniVisionCoordinator facilitates the default behavior for the Gini Vision Library.
GiniVisionDebug
Link copied to clipboard
public final class GiniVisionDebug
This class allows you to enable and disable debugging for the Gini Vision Library.
GiniVisionError
Link copied to clipboard
public class GiniVisionError implements Parcelable
Provides details about the error which caused the Gini Vision Library to fail.
GiniVisionFeatureConfiguration
Link copied to clipboard
public class GiniVisionFeatureConfiguration implements Parcelable
Using this class the features of the Gini Vision Library can be configured.
GiniVisionFileImport
Link copied to clipboard
public final class GiniVisionFileImport
This class contains methods for preparing launching the Gini Vision Library with a file received from another app.
ImportedFileValidationException
Link copied to clipboard
public class ImportedFileValidationException extends Exception
Thrown when a file failed validation.
OncePerInstallEvent
Link copied to clipboard
public enum OncePerInstallEvent
Internal use only.
OncePerInstallEventStore
Link copied to clipboard
public class OncePerInstallEventStore
Internal use only.