Skip navigation links
A B C D E F G H I J M N O P Q R S T U V W 

A

addImage(ImageStack.StackBitmap) - Method in class net.gini.android.vision.camera.ImageStack
 
addImage(ImageStack.StackBitmap, Transition.TransitionListener) - Method in class net.gini.android.vision.camera.ImageStack
 
ANALYSIS - Static variable in class net.gini.android.vision.GiniVisionError.ErrorCode
An error occurred in the Analysis Screen.
AnalysisActivity - Class in net.gini.android.vision.analysis
Screen API
AnalysisActivity() - Constructor for class net.gini.android.vision.analysis.AnalysisActivity
 
AnalysisFragmentCompat - Class in net.gini.android.vision.analysis
Component API
AnalysisFragmentCompat() - Constructor for class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
AnalysisFragmentInterface - Interface in net.gini.android.vision.analysis
Methods which both Analysis Fragments must implement.
AnalysisFragmentListener - Interface in net.gini.android.vision.analysis
Interface used by AnalysisFragmentStandard and AnalysisFragmentCompat to dispatch events to the hosting Activity.
AnalysisFragmentStandard - Class in net.gini.android.vision.analysis
Component API
AnalysisFragmentStandard() - Constructor for class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
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.
AnalysisScreenEvent - Class in net.gini.android.vision.tracking
Events triggered on the analysis screen.
AnalysisScreenEvent.ERROR_DETAILS_MAP_KEY - Class in net.gini.android.vision.tracking
Keys to retrieve details about the AnalysisScreenEvent.ERROR event.
analyze(LinkedHashMap, GiniVisionNetworkCallback) - Method in interface net.gini.android.vision.network.GiniVisionNetworkService
Called when a document needs to be analyzed by the Gini API.
areBackButtonsEnabled() - Method in class net.gini.android.vision.GiniVision
Screen API only
asString() - Method in class net.gini.android.vision.Document.ImportMethod
 
AsyncCallback - Interface in net.gini.android.vision
Callback interface for asynchronous tasks.

B

BACK - Static variable in class net.gini.android.vision.tracking.ReviewScreenEvent
Triggers when the user presses back.(Screen API only)
build() - Method in class net.gini.android.vision.GiniVision.Builder
Create a new GiniVision instance.
build() - Method in class net.gini.android.vision.GiniVisionFeatureConfiguration.Builder
Deprecated.
Create a new GiniVisionFeatureConfiguration instance.
Builder() - Constructor for class net.gini.android.vision.GiniVision.Builder
 
buildNewConfiguration() - Static method in class net.gini.android.vision.GiniVisionFeatureConfiguration
Deprecated.
Builder for creating a new feature configuration.

C

CAMERA - Static variable in class net.gini.android.vision.requirements.RequirementId
A back-facing camera needs to be present.
CAMERA_FLASH - Static variable in class net.gini.android.vision.requirements.RequirementId
The camera on phones must support always-on flash mode.
CAMERA_FOCUS - Static variable in class net.gini.android.vision.requirements.RequirementId
The camera must support auto focus mode.
CAMERA_NO_ACCESS - Static variable in class net.gini.android.vision.GiniVisionError.ErrorCode
Couldn't get access to the camera.
CAMERA_NO_PREVIEW - Static variable in class net.gini.android.vision.GiniVisionError.ErrorCode
Camera preview could not be started.
CAMERA_OPEN_FAILED - Static variable in class net.gini.android.vision.GiniVisionError.ErrorCode
Camera couldn't be opened due to an unexpected error.
CAMERA_PERMISSION - Static variable in class net.gini.android.vision.requirements.RequirementId
Permission to access the camera is required.
CAMERA_RESOLUTION - Static variable in class net.gini.android.vision.requirements.RequirementId
The camera must support a preview resolution and a picture resolution higher than 8MP.
CAMERA_SHOT_FAILED - Static variable in class net.gini.android.vision.GiniVisionError.ErrorCode
Camera couldn't take a picture.
CAMERA_UNKNOWN - Static variable in class net.gini.android.vision.GiniVisionError.ErrorCode
An unexpected camera error occurred.
CameraActivity - Class in net.gini.android.vision.camera
Screen API
CameraActivity() - Constructor for class net.gini.android.vision.camera.CameraActivity
 
CameraFragmentCompat - Class in net.gini.android.vision.camera
Component API
CameraFragmentCompat() - Constructor for class net.gini.android.vision.camera.CameraFragmentCompat
 
CameraFragmentInterface - Interface in net.gini.android.vision.camera
Methods which both Camera Fragments must implement.
CameraFragmentListener - Interface in net.gini.android.vision.camera
Interface used by CameraFragmentStandard and CameraFragmentCompat to dispatch events to the hosting Activity.
CameraFragmentListener.DocumentCheckResultCallback - Interface in net.gini.android.vision.camera
Callback to inform the Gini Vision Library about the outcome of the custom imported document checks.
CameraFragmentStandard - Class in net.gini.android.vision.camera
Component API
CameraFragmentStandard() - Constructor for class net.gini.android.vision.camera.CameraFragmentStandard
 
CameraScreenEvent - Class in net.gini.android.vision.tracking
Events triggered on the camera screen.
CANCEL - Static variable in class net.gini.android.vision.tracking.AnalysisScreenEvent
Triggers when the user presses back.(Screen API only)
cancel() - Method in interface net.gini.android.vision.util.CancellationToken
 
CancellationToken - Interface in net.gini.android.vision.util
Used to allow requesting cancellation of asynchronous tasks.
cancelled() - Method in interface net.gini.android.vision.network.GiniVisionNetworkCallback
Called when the network call has been cancelled.
checkRequirements(Context) - Static method in class net.gini.android.vision.requirements.GiniVisionRequirements
Checks the device's hardware capabilities.
cleanup(Context) - Static method in class net.gini.android.vision.GiniVision
Destroys the GiniVision instance and frees up used resources.
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.
createDocumentForImportedFile(Intent, Context) - Static method in class net.gini.android.vision.GiniVision
Component API
createDocumentForImportedFile(Intent, Context) - Static method in class net.gini.android.vision.GiniVisionFileImport
createDocumentForImportedFiles(Intent, Context, AsyncCallback) - Method in class net.gini.android.vision.GiniVision
Component API
createInstance(Document, String) - Static method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
Factory method for creating a new instance of the Fragment using the provided document.
createInstance(Document, String) - Static method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
Factory method for creating a new instance of the Fragment using the provided document.
createInstance() - Static method in class net.gini.android.vision.camera.CameraFragmentCompat
 
createInstance(GiniVisionFeatureConfiguration) - Static method in class net.gini.android.vision.camera.CameraFragmentCompat
Factory method for creating a new instance of the Fragment with document import enabled for the specified file types.
createInstance() - Static method in class net.gini.android.vision.camera.CameraFragmentStandard
 
createInstance(GiniVisionFeatureConfiguration) - Static method in class net.gini.android.vision.camera.CameraFragmentStandard
Factory method for creating a new instance of the Fragment with document import enabled for the specified file types.
createInstance(Context) - Static method in class net.gini.android.vision.GiniVisionCoordinator
Factory method to create and configure a GiniVisionCoordinator instance.
createInstance(Document) - Static method in class net.gini.android.vision.noresults.NoResultsFragmentCompat
Factory method for creating a new instance of the Fragment.
createInstance(Document) - Static method in class net.gini.android.vision.noresults.NoResultsFragmentStandard
Factory method for creating a new instance of the Fragment.
createInstance(ArrayList) - Static method in class net.gini.android.vision.onboarding.OnboardingFragmentCompat
Factory method for creating a new instance of the Fragment using the provided list of onboarding pages.
createInstance(ArrayList) - Static method in class net.gini.android.vision.onboarding.OnboardingFragmentStandard
Factory method for creating a new instance of the Fragment using the provided list of onboarding pages.
createInstance() - Static method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
createInstance(Document) - Static method in class net.gini.android.vision.review.ReviewFragmentCompat
Factory method for creating a new instance of the Fragment using the provided document.
createInstance(Document) - Static method in class net.gini.android.vision.review.ReviewFragmentStandard
Factory method for creating a new instance of the Fragment using the provided document.
createInstanceWithoutEmptyLastPage(ArrayList) - Static method in class net.gini.android.vision.onboarding.OnboardingFragmentCompat
Factory method for creating a new instance of the Fragment using the provided list of onboarding pages.
createInstanceWithoutEmptyLastPage() - Static method in class net.gini.android.vision.onboarding.OnboardingFragmentCompat
Factory method for creating a new instance of the Fragment without appending an empty page to the default pages.
createInstanceWithoutEmptyLastPage(ArrayList) - Static method in class net.gini.android.vision.onboarding.OnboardingFragmentStandard
Factory method for creating a new instance of the Fragment using the provided list of onboarding pages.
createInstanceWithoutEmptyLastPage() - Static method in class net.gini.android.vision.onboarding.OnboardingFragmentStandard
Factory method for creating a new instance of the Fragment without appending an empty page to the default pages.
createIntent(Context) - Static method in class net.gini.android.vision.review.multipage.MultiPageReviewActivity
 
createIntentForImportedFile(Intent, Context, Class, Class) - Static method in class net.gini.android.vision.GiniVision
Screen API
createIntentForImportedFile(Intent, Context, Class, Class) - Static method in class net.gini.android.vision.GiniVisionFileImport
createIntentForImportedFiles(Intent, Context, AsyncCallback) - Method in class net.gini.android.vision.GiniVision
Screen API
CREATOR - Static variable in class net.gini.android.vision.document.ImageMultiPageDocument
 
CREATOR - Static variable in class net.gini.android.vision.document.PdfMultiPageDocument
 
CREATOR - Static variable in class net.gini.android.vision.document.QRCodeMultiPageDocument
 
CREATOR - Static variable in class net.gini.android.vision.Document.Source
 
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 interface net.gini.android.vision.network.GiniVisionNetworkService
Called when a document needs to be deleted from the Gini API.
deleteGiniUserCredentials() - Method in interface net.gini.android.vision.network.GiniVisionNetworkApi
Delete the anonymous gini user credentials.
describeContents() - Method in class net.gini.android.vision.document.ImageMultiPageDocument
 
describeContents() - Method in class net.gini.android.vision.document.PdfMultiPageDocument
 
describeContents() - Method in class net.gini.android.vision.document.QRCodeMultiPageDocument
 
describeContents() - Method in class net.gini.android.vision.Document.Source
 
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
 
DEVICE_MEMORY - Static variable in class net.gini.android.vision.requirements.RequirementId
The device must have sufficient memory for in-memory bitmap handling, compression and jpeg decompression.
disable() - Static method in class net.gini.android.vision.GiniVisionDebug
Disables debugging for the Gini Vision Library.
Document - Interface in net.gini.android.vision
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.
Document.ImportMethod - Class in net.gini.android.vision
Enum of supported methods for importing documents.
Document.Source - Class in net.gini.android.vision
Source of the document (e.g.
Document.Type - Class in net.gini.android.vision
Supported document types.
DOCUMENT_IMPORT - Static variable in class net.gini.android.vision.GiniVisionError.ErrorCode
An error occurred while a document was imported from the device.
documentAccepted() - Method in interface net.gini.android.vision.camera.CameraFragmentListener.DocumentCheckResultCallback
Call if the document was accepted and should be analysed.
DocumentImportEnabledFileTypes - Class in net.gini.android.vision
Use this enum to select the file types to be allowed for document import in the Camera Screen.
documentRejected(String) - Method in interface net.gini.android.vision.camera.CameraFragmentListener.DocumentCheckResultCallback
Call if the document doesn't conform to your expectations and pass in a message to be shown to the user.

E

enable() - Static method in class net.gini.android.vision.GiniVisionDebug
Enables debugging for the Gini Vision Library.
equals(Object) - Method in class net.gini.android.vision.document.ImageDocument
 
equals(Object) - Method in class net.gini.android.vision.document.QRCodeDocument
 
equals(Object) - Method in class net.gini.android.vision.Document.Source
 
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.
ERROR - Static variable in class net.gini.android.vision.tracking.AnalysisScreenEvent
Triggers when analysis failed.(Screen API + Component API)
ERROR_DETAILS_MAP_KEY() - Constructor for class net.gini.android.vision.tracking.AnalysisScreenEvent.ERROR_DETAILS_MAP_KEY
 
ERROR_OBJECT - Static variable in class net.gini.android.vision.tracking.AnalysisScreenEvent.ERROR_DETAILS_MAP_KEY
Error object key in the details map.
ERROR_OBJECT - Static variable in class net.gini.android.vision.tracking.ReviewScreenEvent.UPLOAD_ERROR_DETAILS_MAP_KEY
Error object key in the details map.
Event - Class in net.gini.android.vision.tracking
A tracking event.
EventTracker - Interface in net.gini.android.vision.tracking
Implement this interface and pass it to the GiniVision.Builder#setEventTracker(EventTracker) to get informed about various events occuring during the usage of the Gini Vision Library.
EXIT - Static variable in class net.gini.android.vision.tracking.CameraScreenEvent
Triggers when the user presses back.(Screen API only)
EXTRA_IN_ANALYSIS_ACTIVITY - Static variable in class net.gini.android.vision.camera.CameraActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
EXTRA_IN_BACK_BUTTON_SHOULD_CLOSE_LIBRARY - Static variable in class net.gini.android.vision.camera.CameraActivity
Deprecated.
The option to close the library with the back button from any screen will be removed in a future version.
EXTRA_IN_GINI_VISION_FEATURE_CONFIGURATION - Static variable in class net.gini.android.vision.camera.CameraActivity
Deprecated.
Configuration should be applied by creating a GiniVision instance using GiniVision.newInstance() and the returned GiniVision.Builder.
EXTRA_IN_GINI_VISION_FEATURE_CONFIGURATION - Static variable in class net.gini.android.vision.help.HelpActivity
Deprecated.
Configuration should be applied by creating a GiniVision instance using GiniVision.newInstance() and the returned GiniVision.Builder.
EXTRA_IN_ONBOARDING_PAGES - Static variable in class net.gini.android.vision.camera.CameraActivity
Deprecated.
Configuration should be applied by creating a GiniVision instance using GiniVision.newInstance() and the returned GiniVision.Builder.
EXTRA_IN_REVIEW_ACTIVITY - Static variable in class net.gini.android.vision.camera.CameraActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
EXTRA_IN_SHOW_ONBOARDING - Static variable in class net.gini.android.vision.camera.CameraActivity
Deprecated.
Configuration should be applied by creating a GiniVision instance using GiniVision.newInstance() and the returned GiniVision.Builder.
EXTRA_IN_SHOW_ONBOARDING_AT_FIRST_RUN - Static variable in class net.gini.android.vision.camera.CameraActivity
Deprecated.
Configuration should be applied by creating a GiniVision instance using GiniVision.newInstance() and the returned GiniVision.Builder.
EXTRA_OUT_ERROR - Static variable in class net.gini.android.vision.camera.CameraActivity
Returned when the result code is CameraActivity.RESULT_ERROR and contains a GiniVisionError object detailing what went wrong.
EXTRA_OUT_EXTRACTIONS - Static variable in class net.gini.android.vision.camera.CameraActivity
Returned when extractions are available.

F

failure(E) - Method in interface net.gini.android.vision.network.GiniVisionNetworkCallback
Called when the network call failed.
FILE_IMPORT_GUIDE - Static variable in class net.gini.android.vision.help.HelpItem
Shows a guide for importing files from other apps via "open with".
FileImportActivity - Class in net.gini.android.vision.help
Screen API and Component API
FileImportActivity() - Constructor for class net.gini.android.vision.help.FileImportActivity
 
FINISH - Static variable in class net.gini.android.vision.tracking.OnboardingScreenEvent
Triggers when the user presses the next button on the last page.(Screen API + Component API)
forName(String) - Static method in class net.gini.android.vision.Document.ImportMethod
 

G

getActivity() - Method in class net.gini.android.vision.GiniVisionBasePresenter
 
getBestSize(List, List, int, int, float) - Static method in class net.gini.android.vision.internal.camera.api.SizeSelectionHelper
 
getBox() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
getBytesFromUri(Uri, Context) - Static method in class net.gini.android.vision.util.UriHelper
Reads the contents of the resource pointed to by the Uri into a byte array.
getCandidate() - Method in class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
 
getCause() - Method in class net.gini.android.vision.network.Error
 
getClosestSizeWithSimilarAspectRatio(List, Size, int) - Static method in class net.gini.android.vision.internal.camera.api.SizeSelectionHelper
 
getCustomOnboardingPages() - Method in class net.gini.android.vision.GiniVision
The custom Onboarding Screen pages, if configured.
getData() - Method in interface net.gini.android.vision.Document
The contents of a document, if the document was loaded into memory.
getDetails() - Method in class net.gini.android.vision.requirements.RequirementReport
Details about the requirement unfulfillment.
getDetails() - Method in class net.gini.android.vision.tracking.Event
Details about the event.
getDocumentImportEnabledFileTypes() - Method in class net.gini.android.vision.GiniVision
Retrieve the file types enabled for document import.
getDocumentImportEnabledFileTypes() - Method in class net.gini.android.vision.GiniVisionFeatureConfiguration
Deprecated.
Retrieve the file types enabled for document import.
getEntity() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
getErrorCode() - Method in class net.gini.android.vision.GiniVisionError
Use the GiniVisionError.ErrorCode to find the cause of the error.
getExtractions() - Method in class net.gini.android.vision.network.AnalysisResult
 
getFileExtension(Uri, Context) - Static method in class net.gini.android.vision.util.UriHelper
 
getFilenameFromUri(Uri, Context) - Static method in class net.gini.android.vision.util.UriHelper
Retrieves the filename of a Uri, if available.
getFileSizeFromUri(Uri, Context) - Static method in class net.gini.android.vision.util.UriHelper
Retrieves the file size of a Uri, if available.
getFormat() - Method in class net.gini.android.vision.document.ImageDocument
Retrieve the format of the image.
getGiniApiDocumentId() - Method in class net.gini.android.vision.network.Result
 
getGiniVisionNetworkApi() - Method in class net.gini.android.vision.GiniVision
Retrieve the GiniVisionNetworkApi instance, if available.
getHeight() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
getId() - Method in interface net.gini.android.vision.Document
Retrieve the document's unique id.
getImageResId() - Method in class net.gini.android.vision.onboarding.OnboardingPage
 
getImportMethod() - Method in interface net.gini.android.vision.Document
Retrieve with which method the document has been imported.
getInstance() - Static method in class net.gini.android.vision.GiniVision
Retrieve the current instance.
getIntent() - Method in interface net.gini.android.vision.Document
The Intent with which the imported document was received.
getJpeg() - Method in interface net.gini.android.vision.Document
Deprecated.
Use Document.getData() instead. This method might return a byte array containing other types, like PDFs.

To check if the byte array contains an image query the type with Document.getType() and check if it equals Document.Type.IMAGE.

getLargestAllowedSize(List, int) - Static method in class net.gini.android.vision.internal.camera.api.SizeSelectionHelper
 
getLargestAllowedSizeWithSimilarAspectRatio(List, Size, int) - Static method in class net.gini.android.vision.internal.camera.api.SizeSelectionHelper
 
getLeft() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
getMessage() - Method in class net.gini.android.vision.GiniVisionError
Use the error message to find out the details about the error.
getMessage() - Method in class net.gini.android.vision.network.Error
 
getMimeType() - Method in interface net.gini.android.vision.Document
Retrieve the document's mime type (media type).
getMimeType(Uri, Context) - Static method in class net.gini.android.vision.util.UriHelper
 
getMimeTypeFromUrl(String) - Static method in class net.gini.android.vision.util.UriHelper
 
getMimeTypes(Intent, Context) - Static method in class net.gini.android.vision.util.IntentHelper
Retrieves the available mime-types from the Intent.
getName() - Method in class net.gini.android.vision.Document.Source
 
getName() - Method in class net.gini.android.vision.network.model.GiniVisionSpecificExtraction
 
getPageNumber() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
getRequirementId() - Method in class net.gini.android.vision.requirements.RequirementReport
For identifying which requirement this report belongs to.
getRequirementReports() - Method in class net.gini.android.vision.requirements.RequirementsReport
Reports for all the checked requirements.
getRotationDelta() - Method in class net.gini.android.vision.document.ImageDocument
 
getRotationForDisplay() - Method in interface net.gini.android.vision.Document
getRotationForDisplay() - Method in class net.gini.android.vision.document.ImageDocument
The amount of clockwise rotation needed to display the image in the correct orientation.
getSource() - Method in interface net.gini.android.vision.Document
Retrieve from which source the document originates from.
getSourceAppName(Intent, Context) - Static method in class net.gini.android.vision.util.IntentHelper
Retrieve the name of the app from which the Intent was received.
getTextResId() - Method in class net.gini.android.vision.onboarding.OnboardingPage
 
getTop() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
getType() - Method in interface net.gini.android.vision.Document
Get the concrete document type.
getType() - Method in class net.gini.android.vision.tracking.Event
 
getUri() - Method in interface net.gini.android.vision.Document
The Uri of the imported document.
getUri(Intent) - Static method in class net.gini.android.vision.util.IntentHelper
Retrieves the Uri from the Intent.
getUris(Intent) - Static method in class net.gini.android.vision.util.IntentHelper
 
getValidationError() - Method in exception net.gini.android.vision.ImportedFileValidationException
 
getValue() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
getViewPagerAdapter(List) - Method in class net.gini.android.vision.onboarding.OnboardingFragmentCompat
 
getViewPagerAdapter(List) - Method in class net.gini.android.vision.onboarding.OnboardingFragmentStandard
 
getWidth() - Method in class net.gini.android.vision.network.model.GiniVisionBox
 
GIF - Static variable in class net.gini.android.vision.document.ImageDocument.ImageFormat
 
GiniVision - Class in net.gini.android.vision
Single entry point for the Gini Vision Library for configuration and interaction.
GiniVision.Builder - Class in net.gini.android.vision
Builder for GiniVision.
GiniVisionBasePresenter - Class in net.gini.android.vision
Created by Alpar Szotyori on 08.05.2019.
GiniVisionBaseView - Class in net.gini.android.vision
Created by Alpar Szotyori on 08.05.2019.
GiniVisionBaseView() - Constructor for class net.gini.android.vision.GiniVisionBaseView
 
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.
GiniVisionCoordinator - Class in net.gini.android.vision
The GiniVisionCoordinator facilitates the default behavior for the Gini Vision Library.
GiniVisionCoordinator.Listener - Interface in net.gini.android.vision
Interface for the GiniVisionCoordinator to dispatch events.
GiniVisionDebug - Class in net.gini.android.vision
This class allows you to enable and disable debugging for the Gini Vision Library.
GiniVisionError - Class in net.gini.android.vision
Provides details about the error which caused the Gini Vision Library to fail.
GiniVisionError.ErrorCode - Class in net.gini.android.vision
Definition of Gini Vision Library error codes.
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.
GiniVisionFeatureConfiguration - Class in net.gini.android.vision
Deprecated.
Use GiniVision.newInstance() and the returned GiniVision.Builder instead.
GiniVisionFeatureConfiguration.Builder - Class in net.gini.android.vision
Deprecated.
Feature configuration builder.
GiniVisionFileImport - Class in net.gini.android.vision
This class contains methods for preparing launching the Gini Vision Library with a file received from another app.
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.
GiniVisionRequirements - Class in net.gini.android.vision.requirements
Checks the device's hardware capabilities to determine, if it is compatible with the Gini Vision Library.
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.

H

hashCode() - Method in class net.gini.android.vision.document.ImageDocument
 
hashCode() - Method in class net.gini.android.vision.document.QRCodeDocument
 
hashCode() - Method in class net.gini.android.vision.Document.Source
 
hasInstance() - Static method in class net.gini.android.vision.GiniVision
Check whether an instance exists.
hasMimeType(Intent, Context, String) - Static method in class net.gini.android.vision.util.IntentHelper
Check whether the Intent has a specific mime-type.
hasMimeType(Uri, Context, String) - Static method in class net.gini.android.vision.util.UriHelper
 
hasMimeTypeWithPrefix(Intent, Context, String) - Static method in class net.gini.android.vision.util.IntentHelper
Check whether the Intent has a mime-type starting the provided prefix.
hasMimeTypeWithPrefix(Uri, Context, String) - Static method in class net.gini.android.vision.util.IntentHelper
 
hasMultipleUris(Intent) - Static method in class net.gini.android.vision.util.IntentHelper
 
HELP - Static variable in class net.gini.android.vision.tracking.CameraScreenEvent
Triggers when the user opens the help screen.(Screen API only)
HelpActivity - Class in net.gini.android.vision.help
Screen API and Component API
HelpActivity() - Constructor for class net.gini.android.vision.help.HelpActivity
 
HelpItem - Class in net.gini.android.vision.help
This enum declares the items which are shown in the Help Screen.
hideActivityIndicatorAndEnableInteraction() - Method in class net.gini.android.vision.camera.CameraActivity
 
hideActivityIndicatorAndEnableInteraction() - Method in class net.gini.android.vision.camera.CameraFragmentCompat
 
hideActivityIndicatorAndEnableInteraction() - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Call this method to hide the activity indicator and enable user interaction.
hideActivityIndicatorAndEnableInteraction() - Method in class net.gini.android.vision.camera.CameraFragmentStandard
 
hideCameraTriggerButton() - Method in class net.gini.android.vision.camera.CameraActivity
 
hideCameraTriggerButton() - Method in class net.gini.android.vision.camera.CameraFragmentCompat
Deprecated.
hideCameraTriggerButton() - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Deprecated.
hideCameraTriggerButton() - Method in class net.gini.android.vision.camera.CameraFragmentStandard
Deprecated.
hideDocumentCornerGuides() - Method in class net.gini.android.vision.camera.CameraActivity
 
hideDocumentCornerGuides() - Method in class net.gini.android.vision.camera.CameraFragmentCompat
Deprecated.
hideDocumentCornerGuides() - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Deprecated.
hideDocumentCornerGuides() - Method in class net.gini.android.vision.camera.CameraFragmentStandard
Deprecated.
hideError() - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
hideError() - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
hideError() - Method in interface net.gini.android.vision.analysis.AnalysisFragmentInterface
hideError() - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
hideInterface() - Method in class net.gini.android.vision.camera.CameraActivity
 
hideInterface() - Method in class net.gini.android.vision.camera.CameraFragmentCompat
 
hideInterface() - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Call this method to hide the interface elements.
hideInterface() - Method in class net.gini.android.vision.camera.CameraFragmentStandard
 

I

IMAGE - Static variable in class net.gini.android.vision.Document.Type
The document is an image of type jpeg, png or gif.
IMAGE_MULTI_PAGE - Static variable in class net.gini.android.vision.Document.Type
The document contains multiple images.
ImageDocument - Class in net.gini.android.vision.document
A document containing an image.
ImageDocument.ImageFormat - Class in net.gini.android.vision.document
Supported image formats.
ImageMultiPageDocument - Class in net.gini.android.vision.document
A document consisting of multiple image documents.
ImageMultiPageDocument(Document.Source, Document.ImportMethod) - Constructor for class net.gini.android.vision.document.ImageMultiPageDocument
 
ImageMultiPageDocument(ImageDocument) - Constructor for class net.gini.android.vision.document.ImageMultiPageDocument
 
IMAGES - Static variable in class net.gini.android.vision.DocumentImportEnabledFileTypes
Only images (jpeg, png and gif) can be imported.
ImageStack - Class in net.gini.android.vision.camera
Created by Alpar Szotyori on 13.02.2018.
ImageStack(Context) - Constructor for class net.gini.android.vision.camera.ImageStack
 
ImageStack(Context, AttributeSet) - Constructor for class net.gini.android.vision.camera.ImageStack
 
ImageStack(Context, AttributeSet, int) - Constructor for class net.gini.android.vision.camera.ImageStack
 
ImageStack(Context, AttributeSet, int, int) - Constructor for class net.gini.android.vision.camera.ImageStack
 
ImportedFileValidationException - Exception in net.gini.android.vision
Thrown when a file failed validation.
ImportedFileValidationException(FileImportValidator.Error) - Constructor for exception net.gini.android.vision.ImportedFileValidationException
 
ImportedFileValidationException(String) - Constructor for exception net.gini.android.vision.ImportedFileValidationException
 
IntentHelper - Class in net.gini.android.vision.util
Helper methods for android.content.Intent.
isDirty() - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
isFileImportEnabled() - Method in class net.gini.android.vision.GiniVision
Find out whether file import has been enabled.
isFileImportEnabled() - Method in class net.gini.android.vision.GiniVisionFeatureConfiguration
Deprecated.
Find out whether file import has been enabled.
isFlashButtonEnabled() - Method in class net.gini.android.vision.GiniVision
Find out whether the flash button on the Camera Screen has been enabled.
isFlashOnByDefault() - Method in class net.gini.android.vision.GiniVision
Find out whether the camera flash is on or off by default.
isFulfilled() - Method in class net.gini.android.vision.requirements.RequirementReport
Whether the requirement was fulfilled or not.
isFulfilled() - Method in class net.gini.android.vision.requirements.RequirementsReport
Whether the requirements were fulfilled or not.
isImported() - Method in interface net.gini.android.vision.Document
Document is imported if it was picked from another app from the Camera Screen's document upload button or if a file was passed to the Gini Vision Library through the client application from another app.
isMultiPageEnabled() - Method in class net.gini.android.vision.GiniVision
Find out whether scanning multi-page documents has been enabled.
isQRCodeScanningEnabled() - Method in class net.gini.android.vision.GiniVision
Find out whether QRCode scanning has been enabled.
isQRCodeScanningEnabled() - Method in class net.gini.android.vision.GiniVisionFeatureConfiguration
Deprecated.
Find out whether QRCode scanning has been enabled.
isReviewable() - Method in interface net.gini.android.vision.Document
Documents like PDFs are not reviewable and can be passed directly to the Analysis Screen.
isSupportedFormatsHelpScreenEnabled() - Method in class net.gini.android.vision.GiniVision
Find out whether the Supported Formats help screen has been enabled.
isUriInputStreamAvailable(Uri, Context) - Static method in class net.gini.android.vision.util.UriHelper
Test whether an InputStream can be opened for the Uri.

J

JPEG - Static variable in class net.gini.android.vision.document.ImageDocument.ImageFormat
 

M

MESSAGE - Static variable in class net.gini.android.vision.tracking.AnalysisScreenEvent.ERROR_DETAILS_MAP_KEY
Error message key in the details map.
MESSAGE - Static variable in class net.gini.android.vision.tracking.ReviewScreenEvent.UPLOAD_ERROR_DETAILS_MAP_KEY
Error message key in the details map.
MultiPageReviewActivity - Class in net.gini.android.vision.review.multipage
Screen API
MultiPageReviewActivity() - Constructor for class net.gini.android.vision.review.multipage.MultiPageReviewActivity
 
MultiPageReviewFragment - Class in net.gini.android.vision.review.multipage
Component API
MultiPageReviewFragment() - Constructor for class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
MultiPageReviewFragmentInterface - Interface in net.gini.android.vision.review.multipage
Methods which the Multi-Page Review Fragment must implement.
MultiPageReviewFragmentListener - Interface in net.gini.android.vision.review.multipage
Interface used by the MultiPageReviewFragment to dispatch events to the hosting Activity.

N

net.gini.android.vision - 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.
net.gini.android.vision.analysis - package net.gini.android.vision.analysis
Contains the Activity and Fragments used for the Analysis Screen.
net.gini.android.vision.camera - package net.gini.android.vision.camera
Contains the Activity and Fragments used for the Camera Screen.
net.gini.android.vision.document - package net.gini.android.vision.document
Contains Document implementations for the supported document types.
net.gini.android.vision.help - package net.gini.android.vision.help
Contains Activities used to display information to the user on how to best use the Gini Vision Library.
net.gini.android.vision.internal.camera.api - package net.gini.android.vision.internal.camera.api
 
net.gini.android.vision.network - package net.gini.android.vision.network
Contains interfaces and classes for adding networking calls to the Gini Vision Library in order to communicate with the Gini API.
net.gini.android.vision.network.model - package net.gini.android.vision.network.model
Contains value classes for extractions from the Gini API.
net.gini.android.vision.noresults - package net.gini.android.vision.noresults
Contains the Activity and Fragments used for the No Results Screen.
net.gini.android.vision.onboarding - package net.gini.android.vision.onboarding
Contains the Activity and Fragments used for the Onboarding Screen.
net.gini.android.vision.requirements - package net.gini.android.vision.requirements
Contains classes to check if the device meets all the requirements for using the Gini Vision Library.
net.gini.android.vision.review - package net.gini.android.vision.review
Contains the Activity and Fragments used for the Review Screen.
net.gini.android.vision.review.multipage - package net.gini.android.vision.review.multipage
Contains the Activity and Fragment used for the Multi-Page Review Screen.
net.gini.android.vision.tracking - package net.gini.android.vision.tracking
Contains the interface, enums and classes used for tracking various events which occur during the usage of the Gini Vision Library.
net.gini.android.vision.util - package net.gini.android.vision.util
 
newCameraSource() - Static method in class net.gini.android.vision.Document.Source
Create a new camera source.
newExternalSource() - Static method in class net.gini.android.vision.Document.Source
Create a new external source.
newInstance() - Static method in class net.gini.android.vision.GiniVision
Configure and create a new instance using the returned GiniVision.Builder.
newSource(String) - Static method in class net.gini.android.vision.Document.Source
Create a new custom source.
newUnknownSource() - Static method in class net.gini.android.vision.Document.Source
Create a new unknown source.
NEXT - Static variable in class net.gini.android.vision.tracking.ReviewScreenEvent
Triggers when the user presses the next button.(Screen API + Component API)
NONE - Static variable in class net.gini.android.vision.Document.ImportMethod
Document was not imported.
NONE - Static variable in class net.gini.android.vision.DocumentImportEnabledFileTypes
No file types allowed and disables document import.
NoResultsActivity - Class in net.gini.android.vision.noresults
Screen API
NoResultsActivity() - Constructor for class net.gini.android.vision.noresults.NoResultsActivity
 
NoResultsFragmentCompat - Class in net.gini.android.vision.noresults
Component API
NoResultsFragmentCompat() - Constructor for class net.gini.android.vision.noresults.NoResultsFragmentCompat
 
NoResultsFragmentListener - Interface in net.gini.android.vision.noresults
Interface used by NoResultsFragmentStandard and NoResultsFragmentCompat to dispatch events to the hosting Activity.
NoResultsFragmentStandard - Class in net.gini.android.vision.noresults
Component API
NoResultsFragmentStandard() - Constructor for class net.gini.android.vision.noresults.NoResultsFragmentStandard
 

O

onActivityResult(int, int, Intent) - Method in class net.gini.android.vision.camera.CameraFragmentCompat
 
onActivityResult(int, int, Intent) - Method in class net.gini.android.vision.camera.CameraFragmentStandard
 
onAddDataToResult(Intent) - Method in class net.gini.android.vision.analysis.AnalysisActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
onAddDataToResult(Intent) - Method in class net.gini.android.vision.review.ReviewActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
onAnalysisScreenEvent(Event) - Method in interface net.gini.android.vision.tracking.EventTracker
Called when an event is triggered on the analysis screen.
onAnalyzeDocument(Document) - Method in class net.gini.android.vision.analysis.AnalysisActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
onAnalyzeDocument(Document) - Method in interface net.gini.android.vision.analysis.AnalysisFragmentListener
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in AnalysisFragmentListener.onExtractionsAvailable(Map).
onBackPressed() - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
onBackPressed() - Method in class net.gini.android.vision.camera.CameraActivity
 
onBackPressed() - Method in class net.gini.android.vision.review.multipage.MultiPageReviewActivity
 
onBackPressed() - Method in class net.gini.android.vision.review.ReviewActivity
 
onBackToCameraPressed() - Method in class net.gini.android.vision.noresults.NoResultsActivity
 
onBackToCameraPressed() - Method in interface net.gini.android.vision.noresults.NoResultsFragmentListener
Called when the button on the bottom of the No Results Screen was pressed.
OnboardingActivity - Class in net.gini.android.vision.onboarding
Screen API
OnboardingActivity() - Constructor for class net.gini.android.vision.onboarding.OnboardingActivity
 
OnboardingFragmentCompat - Class in net.gini.android.vision.onboarding
Component API
OnboardingFragmentCompat() - Constructor for class net.gini.android.vision.onboarding.OnboardingFragmentCompat
 
OnboardingFragmentInterface - Interface in net.gini.android.vision.onboarding
Methods which both Onboarding Fragments must implement.
OnboardingFragmentListener - Interface in net.gini.android.vision.onboarding
Interface used by OnboardingFragmentStandard and OnboardingFragmentCompat to dispatch events to the hosting Activity.
OnboardingFragmentStandard - Class in net.gini.android.vision.onboarding
Component API
OnboardingFragmentStandard() - Constructor for class net.gini.android.vision.onboarding.OnboardingFragmentStandard
 
OnboardingPage - Class in net.gini.android.vision.onboarding
The OnboardingPage is used by the Onboarding Fragment to display an image and a short text.
OnboardingPage(int, int) - Constructor for class net.gini.android.vision.onboarding.OnboardingPage
Create a new onboarding page with the desired string resource and drawable resource.
OnboardingScreenEvent - Class in net.gini.android.vision.tracking
Events triggered on the onboarding screen.
onCameraScreenEvent(Event) - Method in interface net.gini.android.vision.tracking.EventTracker
Called when an event is triggered on the camera screen.
onCameraStarted() - Method in class net.gini.android.vision.GiniVisionCoordinator
Call this method when the CameraFragmentStandard or CameraFragmentCompat has started.
onCancelled() - Method in interface net.gini.android.vision.AsyncCallback
 
onCheckImportedDocument(Document, CameraFragmentListener.DocumentCheckResultCallback) - Method in class net.gini.android.vision.camera.CameraActivity
 
onCheckImportedDocument(Document, CameraFragmentListener.DocumentCheckResultCallback) - Method in interface net.gini.android.vision.camera.CameraFragmentListener
This method is invoked for imported documents to allow custom validations.
onCloseOnboarding() - Method in class net.gini.android.vision.onboarding.OnboardingActivity
 
onCloseOnboarding() - Method in interface net.gini.android.vision.onboarding.OnboardingFragmentListener
Called when the user has left the last page - either by swiping or tapping on the Next button - and you should close the Onboarding Fragment.
onCreate(Bundle) - Method in class net.gini.android.vision.noresults.NoResultsFragmentCompat
 
onCreate(Bundle) - Method in class net.gini.android.vision.noresults.NoResultsFragmentStandard
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class net.gini.android.vision.noresults.NoResultsFragmentCompat
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class net.gini.android.vision.noresults.NoResultsFragmentStandard
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
onDefaultPDFAppAlertDialogCancelled() - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
onDefaultPDFAppAlertDialogCancelled() - Method in interface net.gini.android.vision.analysis.AnalysisFragmentListener
Called when the default PDF app alert dialog was cancelled.
onDeleteDocument(ImageDocument) - Method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
onDestroy() - Method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
onDocumentAnalyzed() - Method in class net.gini.android.vision.analysis.AnalysisActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
onDocumentAnalyzed() - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
onDocumentAnalyzed() - Method in interface net.gini.android.vision.analysis.AnalysisFragmentInterface
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in AnalysisFragmentListener.onExtractionsAvailable(Map).
onDocumentAnalyzed() - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
onDocumentAnalyzed() - Method in class net.gini.android.vision.review.ReviewActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
onDocumentAnalyzed() - Method in class net.gini.android.vision.review.ReviewFragmentCompat
 
onDocumentAnalyzed() - Method in interface net.gini.android.vision.review.ReviewFragmentInterface
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the Analysis Screen in AnalysisFragmentListener#onExtractionsAvailable(Map, Map).
onDocumentAnalyzed() - Method in class net.gini.android.vision.review.ReviewFragmentStandard
 
onDocumentAvailable(Document) - Method in class net.gini.android.vision.camera.CameraActivity
 
onDocumentAvailable(Document) - Method in interface net.gini.android.vision.camera.CameraFragmentListener
Called when the user has taken an image with the camera or has imported a document that passed the Gini Vision Library's validation and any custom checks that were implemented.
onDocumentReviewedAndAnalyzed(Document) - Method in class net.gini.android.vision.review.ReviewActivity
 
onDocumentReviewedAndAnalyzed(Document) - Method in interface net.gini.android.vision.review.ReviewFragmentListener
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the Analysis Screen in AnalysisFragmentListener#onExtractionsAvailable(Map, Map).
onDocumentWasRotated(Document, int, int) - Method in class net.gini.android.vision.review.ReviewActivity
Deprecated.
When a GiniVision and a GiniVisionNetworkService instance is available rotation is handled internally. The document is analyzed by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the Analysis Screen in AnalysisFragmentListener#onExtractionsAvailable(Map, Map).
onDocumentWasRotated(Document, int, int) - Method in interface net.gini.android.vision.review.ReviewFragmentListener
Deprecated.
When a GiniVision and a GiniVisionNetworkService instance is available rotation is handled internally. The document is analyzed by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the Analysis Screen in AnalysisFragmentListener#onExtractionsAvailable(Map, Map).
onError(GiniVisionError) - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
onError(GiniVisionError) - Method in interface net.gini.android.vision.analysis.AnalysisFragmentListener
Called when an error occurred.
onError(E) - Method in interface net.gini.android.vision.AsyncCallback
 
onError(GiniVisionError) - Method in class net.gini.android.vision.camera.CameraActivity
 
onError(GiniVisionError) - Method in interface net.gini.android.vision.camera.CameraFragmentListener
Called when an error occurred.
onError(GiniVisionError) - Method in class net.gini.android.vision.onboarding.OnboardingActivity
 
onError(GiniVisionError) - Method in interface net.gini.android.vision.onboarding.OnboardingFragmentListener
Called when an error occurred.
onError(GiniVisionError) - Method in class net.gini.android.vision.review.ReviewActivity
 
onError(GiniVisionError) - Method in interface net.gini.android.vision.review.ReviewFragmentListener
Called when an error occurred.
onExtractionsAvailable(Map) - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
onExtractionsAvailable(Map) - Method in interface net.gini.android.vision.analysis.AnalysisFragmentListener
Called when the document has been analyzed and extractions are available.
onExtractionsAvailable(Map) - Method in class net.gini.android.vision.camera.CameraActivity
 
onExtractionsAvailable(Map) - Method in interface net.gini.android.vision.camera.CameraFragmentListener
Called after a QRCode was successfully analyzed.
onExtractionsAvailable(Map) - Method in class net.gini.android.vision.review.ReviewActivity
 
onExtractionsAvailable(Map) - Method in interface net.gini.android.vision.review.ReviewFragmentListener
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the Analysis Screen in AnalysisFragmentListener#onExtractionsAvailable(Map, Map).
onImportedDocumentReviewCancelled() - Method in class net.gini.android.vision.review.multipage.MultiPageReviewActivity
 
onImportedDocumentReviewCancelled() - Method in interface net.gini.android.vision.review.multipage.MultiPageReviewFragmentListener
Called when the user deleted all the pages of a document received from another app.
onNoExtractionsFound() - Method in class net.gini.android.vision.analysis.AnalysisActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation.
onNoExtractionsFound() - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
onNoExtractionsFound() - Method in interface net.gini.android.vision.analysis.AnalysisFragmentInterface
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation.
onNoExtractionsFound() - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
onNoExtractionsFound() - Method in class net.gini.android.vision.review.ReviewActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation.
onNoExtractionsFound() - Method in class net.gini.android.vision.review.ReviewFragmentCompat
 
onNoExtractionsFound() - Method in interface net.gini.android.vision.review.ReviewFragmentInterface
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation.
onNoExtractionsFound() - Method in class net.gini.android.vision.review.ReviewFragmentStandard
 
onOnboardingScreenEvent(Event) - Method in interface net.gini.android.vision.tracking.EventTracker
Called when an event is triggered on the onboarding screen.
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.help.FileImportActivity
 
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.help.HelpActivity
 
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.help.PhotoTipsActivity
 
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.help.SupportedFormatsActivity
 
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.noresults.NoResultsActivity
 
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.onboarding.OnboardingActivity
 
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.review.multipage.MultiPageReviewActivity
 
onOptionsItemSelected(MenuItem) - Method in class net.gini.android.vision.review.ReviewActivity
 
onPause() - Method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
onProceedToAnalysisScreen(GiniVisionMultiPageDocument) - Method in class net.gini.android.vision.review.multipage.MultiPageReviewActivity
 
onProceedToAnalysisScreen(GiniVisionMultiPageDocument) - Method in interface net.gini.android.vision.review.multipage.MultiPageReviewFragmentListener
Called when all pages were uploaded successfully and the user tapped on the "next" button.
onProceedToAnalysisScreen(Document) - Method in class net.gini.android.vision.review.ReviewActivity
 
onProceedToAnalysisScreen(Document, String) - Method in class net.gini.android.vision.review.ReviewActivity
 
onProceedToAnalysisScreen(Document) - Method in interface net.gini.android.vision.review.ReviewFragmentListener
Deprecated.
onProceedToAnalysisScreen(Document, String) - Method in interface net.gini.android.vision.review.ReviewFragmentListener
Called when the user tapped on the Next button and one of the following conditions apply: Analysis is in progress Analysis completed with an error The image was rotated
onProceedToMultiPageReviewScreen(GiniVisionMultiPageDocument) - Method in class net.gini.android.vision.camera.CameraActivity
 
onProceedToMultiPageReviewScreen(GiniVisionMultiPageDocument) - Method in interface net.gini.android.vision.camera.CameraFragmentListener
 
onProceedToNoExtractionsScreen(Document) - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
onProceedToNoExtractionsScreen(Document) - Method in interface net.gini.android.vision.analysis.AnalysisFragmentListener
Called when the document has been analyzed and no extractions were received.
onProceedToNoExtractionsScreen(Document) - Method in class net.gini.android.vision.review.ReviewActivity
 
onProceedToNoExtractionsScreen(Document) - Method in interface net.gini.android.vision.review.ReviewFragmentListener
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the Analysis Screen in AnalysisFragmentListener#onExtractionsAvailable(Map, Map).
onQRCodeAvailable(QRCodeDocument) - Method in class net.gini.android.vision.camera.CameraActivity
 
onQRCodeAvailable(QRCodeDocument) - Method in interface net.gini.android.vision.camera.CameraFragmentListener
Deprecated.
When a GiniVision instance is available the QRCode is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in CameraFragmentListener.onExtractionsAvailable(Map).
onRetryUpload(ImageDocument) - Method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
onReturnToCameraScreen() - Method in class net.gini.android.vision.review.multipage.MultiPageReviewActivity
 
onReturnToCameraScreen() - Method in interface net.gini.android.vision.review.multipage.MultiPageReviewFragmentListener
Called when the user wants to add a picture of another page.
onReviewScreenEvent(Event) - Method in interface net.gini.android.vision.tracking.EventTracker
Called when an event is triggered on the review screen.
onSaveInstanceState(Bundle) - Method in class net.gini.android.vision.review.ReviewFragmentCompat
 
onSaveInstanceState(Bundle) - Method in class net.gini.android.vision.review.ReviewFragmentStandard
 
onShouldAnalyzeDocument(Document) - Method in class net.gini.android.vision.review.ReviewActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
onShouldAnalyzeDocument(Document) - Method in interface net.gini.android.vision.review.ReviewFragmentListener
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the Analysis Screen in AnalysisFragmentListener#onExtractionsAvailable(Map, Map).
onShowOnboarding() - Method in interface net.gini.android.vision.GiniVisionCoordinator.Listener
Called when onboarding should be shown.
onStart() - Method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
onSuccess(T) - Method in interface net.gini.android.vision.AsyncCallback
 
OPEN_WITH - Static variable in class net.gini.android.vision.Document.ImportMethod
Document was sent from another app.

P

PDF - Static variable in class net.gini.android.vision.Document.Type
The document is a PDF.
PDF - Static variable in class net.gini.android.vision.DocumentImportEnabledFileTypes
Only PDFs can be imported.
PDF_AND_IMAGES - Static variable in class net.gini.android.vision.DocumentImportEnabledFileTypes
PDFs and images (jpeg, png and gif) can be imported.
PDF_MULTI_PAGE - Static variable in class net.gini.android.vision.Document.Type
The document contains multiple PDFs.
PdfDocument - Class in net.gini.android.vision.document
A document containing a PDF.
PdfMultiPageDocument - Class in net.gini.android.vision.document
A document consisting of multiple pdf documents.
PdfMultiPageDocument(Document.Source, Document.ImportMethod) - Constructor for class net.gini.android.vision.document.PdfMultiPageDocument
 
PdfMultiPageDocument(PdfDocument) - Constructor for class net.gini.android.vision.document.PdfMultiPageDocument
 
PHOTO_TIPS - Static variable in class net.gini.android.vision.help.HelpItem
Shows tips for taking better pictures.
PhotoTipsActivity - Class in net.gini.android.vision.help
Screen API and Component API
PhotoTipsActivity() - Constructor for class net.gini.android.vision.help.PhotoTipsActivity
 
PICKER - Static variable in class net.gini.android.vision.Document.ImportMethod
Document was picked by using the document import button in the Camera Screen.
PNG - Static variable in class net.gini.android.vision.document.ImageDocument.ImageFormat
 

Q

QR_CODE_MULTI_PAGE - Static variable in class net.gini.android.vision.Document.Type
The document contains multiple QR Codes.
QRCode - Static variable in class net.gini.android.vision.Document.Type
The document is a payment QR Code.
QRCodeDocument - Class in net.gini.android.vision.document
Contains payment information required for transactions that were parsed from a document with a QR Code.
QRCodeMultiPageDocument - Class in net.gini.android.vision.document
A document consisting of multiple QRCode documents.
QRCodeMultiPageDocument(Document.Source, Document.ImportMethod) - Constructor for class net.gini.android.vision.document.QRCodeMultiPageDocument
 
QRCodeMultiPageDocument(QRCodeDocument) - Constructor for class net.gini.android.vision.document.QRCodeMultiPageDocument
 

R

removeImages() - Method in class net.gini.android.vision.camera.ImageStack
 
RequirementId - Class in net.gini.android.vision.requirements
Enumerates the checked requirements for the Gini Vision Library.
RequirementReport - Class in net.gini.android.vision.requirements
Contains the report of a requirement check result.
RequirementsReport - Class in net.gini.android.vision.requirements
Contains the report of the requirements check result.
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.
RESULT_ERROR - Static variable in class net.gini.android.vision.camera.CameraActivity
Returned result code in case something went wrong.
RETRY - Static variable in class net.gini.android.vision.tracking.AnalysisScreenEvent
Triggers when the user retries analysis after it failed.(Screen API + Component API)
REVIEW - Static variable in class net.gini.android.vision.GiniVisionError.ErrorCode
An error occurred in the Review Screen.
ReviewActivity - Class in net.gini.android.vision.review
Screen API
ReviewActivity() - Constructor for class net.gini.android.vision.review.ReviewActivity
 
ReviewFragmentCompat - Class in net.gini.android.vision.review
Component API
ReviewFragmentCompat() - Constructor for class net.gini.android.vision.review.ReviewFragmentCompat
 
ReviewFragmentInterface - Interface in net.gini.android.vision.review
Methods which both Review Fragments must implement.
ReviewFragmentListener - Interface in net.gini.android.vision.review
Interface used by ReviewFragmentStandard and ReviewFragmentCompat to dispatch events to the hosting Activity.
ReviewFragmentStandard - Class in net.gini.android.vision.review
Component API
ReviewFragmentStandard() - Constructor for class net.gini.android.vision.review.ReviewFragmentStandard
 
ReviewScreenEvent - Class in net.gini.android.vision.tracking
Events triggered on the review screen.
ReviewScreenEvent.UPLOAD_ERROR_DETAILS_MAP_KEY - Class in net.gini.android.vision.tracking
Keys to retrieve details about the ReviewScreenEvent.UPLOAD_ERROR event.

S

sendFeedback(Map, GiniVisionNetworkCallback) - Method in interface net.gini.android.vision.network.GiniVisionNetworkApi
Call this method with the extractions the user has seen and accepted.
setAnalysisActivityExtra(Intent, Context, Class) - Static method in class net.gini.android.vision.camera.CameraActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
setBackButtonsEnabled(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Screen API only
setBox(GiniVisionBox) - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
Set a new bounding box.
setCustomOnboardingPages(ArrayList) - Method in class net.gini.android.vision.GiniVision.Builder
Set custom pages to be shown in the Onboarding Screen.
setDocumentImportEnabledFileTypes(DocumentImportEnabledFileTypes) - Method in class net.gini.android.vision.GiniVision.Builder
Enable and configure the document import feature or disable it by passing in DocumentImportEnabledFileTypes.NONE.
setDocumentImportEnabledFileTypes(DocumentImportEnabledFileTypes) - Method in class net.gini.android.vision.GiniVisionFeatureConfiguration.Builder
Deprecated.
Enable and configure the document import feature or disable it by passing in DocumentImportEnabledFileTypes.NONE.
setEventTracker(EventTracker) - Method in class net.gini.android.vision.GiniVision.Builder
Set the EventTracker instance which will be called from the different screens to inform you about the various events which can occur during the usage of the Gini Vision Library.
setFileImportEnabled(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Enable/disable the file import feature.
setFileImportEnabled(boolean) - Method in class net.gini.android.vision.GiniVisionFeatureConfiguration.Builder
Deprecated.
Enable/disable the file import feature.
setFlashButtonEnabled(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Enable/disable the flash button in the Camera Screen.
setFlashOnByDefault(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Set whether the camera flash is on or off by default.
setGiniVisionNetworkApi(GiniVisionNetworkApi) - Method in class net.gini.android.vision.GiniVision.Builder
Set the GiniVisionNetworkApi instance which clients can use to request network calls (e.g.
setGiniVisionNetworkService(GiniVisionNetworkService) - Method in class net.gini.android.vision.GiniVision.Builder
Set the GiniVisionNetworkService instance which will be used by the library to request document related network calls (e.g.
setImage(ImageStack.StackBitmap, ImageStack.Position) - Method in class net.gini.android.vision.camera.ImageStack
 
setImageCount(int) - Method in class net.gini.android.vision.camera.ImageStack
 
setImages(List) - Method in class net.gini.android.vision.camera.ImageStack
 
setIsDirty(boolean) - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
 
setListener(AnalysisFragmentListener) - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
setListener(AnalysisFragmentListener) - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
setListener(AnalysisFragmentListener) - Method in interface net.gini.android.vision.analysis.AnalysisFragmentInterface
Set a listener for analysis events.
setListener(AnalysisFragmentListener) - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
setListener(CameraFragmentListener) - Method in class net.gini.android.vision.camera.CameraActivity
 
setListener(CameraFragmentListener) - Method in class net.gini.android.vision.camera.CameraFragmentCompat
 
setListener(CameraFragmentListener) - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Set a listener for camera events.
setListener(CameraFragmentListener) - Method in class net.gini.android.vision.camera.CameraFragmentStandard
 
setListener(GiniVisionCoordinator.Listener) - Method in class net.gini.android.vision.GiniVisionCoordinator
Listener for handling events from the GiniVisionCoordinator to provide the default behavior.
setListener(OnboardingFragmentListener) - Method in class net.gini.android.vision.onboarding.OnboardingFragmentCompat
 
setListener(OnboardingFragmentListener) - Method in interface net.gini.android.vision.onboarding.OnboardingFragmentInterface
Set a listener for onboarding events.
setListener(OnboardingFragmentListener) - Method in class net.gini.android.vision.onboarding.OnboardingFragmentStandard
 
setListener(MultiPageReviewFragmentListener) - Method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
setListener(MultiPageReviewFragmentListener) - Method in interface net.gini.android.vision.review.multipage.MultiPageReviewFragmentInterface
Set a listener for multi-page review events.
setListener(ReviewFragmentListener) - Method in class net.gini.android.vision.review.ReviewActivity
 
setListener(ReviewFragmentListener) - Method in class net.gini.android.vision.review.ReviewFragmentCompat
 
setListener(ReviewFragmentListener) - Method in interface net.gini.android.vision.review.ReviewFragmentInterface
Set a listener for review events.
setListener(ReviewFragmentListener) - Method in class net.gini.android.vision.review.ReviewFragmentStandard
 
setMultiPageEnabled(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Enable/disable the multi-page feature.
setOnClickListener(OnClickListener) - Method in class net.gini.android.vision.camera.ImageStack
 
setPresenter(P) - Method in class net.gini.android.vision.GiniVisionBaseView
 
setQRCodeScanningEnabled(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Enable/disable the QRCode scanning feature.
setQRCodeScanningEnabled(boolean) - Method in class net.gini.android.vision.GiniVisionFeatureConfiguration.Builder
Deprecated.
Enable/disable the QRCode scanning feature.
setReviewActivityExtra(Intent, Context, Class) - Static method in class net.gini.android.vision.camera.CameraActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
setRotationForDisplay(int) - Method in class net.gini.android.vision.document.ImageDocument
 
setShouldShowOnboarding(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Screen API only
setShouldShowOnboarding(boolean) - Method in class net.gini.android.vision.GiniVision
Screen API only
setShouldShowOnboardingAtFirstRun(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Screen API only
setShowOnboardingAtFirstRun(boolean) - Method in class net.gini.android.vision.GiniVisionCoordinator
Enable or disable showing the Onboarding Screen once per installation the first time the Camera Screen is started.
setSupportedFormatsHelpScreenEnabled(boolean) - Method in class net.gini.android.vision.GiniVision.Builder
Enable/disable the Supported Formats help screen.
setValue(String) - Method in class net.gini.android.vision.network.model.GiniVisionExtraction
Set a new value for this extraction.
shouldShowGiniVisionNoResultsScreen(Document) - Static method in class net.gini.android.vision.GiniVisionCoordinator
 
shouldShowOnboarding() - Method in class net.gini.android.vision.GiniVision
Screen API only
shouldShowOnboardingAtFirstRun() - Method in class net.gini.android.vision.GiniVision
Screen API only
showActivityIndicatorAndDisableInteraction() - Method in class net.gini.android.vision.camera.CameraActivity
 
showActivityIndicatorAndDisableInteraction() - Method in class net.gini.android.vision.camera.CameraFragmentCompat
 
showActivityIndicatorAndDisableInteraction() - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Call this method to show an activity indicator and disable user interaction.
showActivityIndicatorAndDisableInteraction() - Method in class net.gini.android.vision.camera.CameraFragmentStandard
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.camera.CameraFragmentCompat
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.camera.CameraFragmentStandard
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.noresults.NoResultsFragmentCompat
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.noresults.NoResultsFragmentStandard
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.onboarding.OnboardingFragmentCompat
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.onboarding.OnboardingFragmentStandard
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.review.multipage.MultiPageReviewFragment
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.review.ReviewFragmentCompat
 
showAlertDialog(String, String, DialogInterface.OnClickListener, String, DialogInterface.OnClickListener, DialogInterface.OnCancelListener) - Method in class net.gini.android.vision.review.ReviewFragmentStandard
 
showCameraTriggerButton() - Method in class net.gini.android.vision.camera.CameraActivity
 
showCameraTriggerButton() - Method in class net.gini.android.vision.camera.CameraFragmentCompat
Deprecated.
showCameraTriggerButton() - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Deprecated.
showCameraTriggerButton() - Method in class net.gini.android.vision.camera.CameraFragmentStandard
Deprecated.
showDocumentCornerGuides() - Method in class net.gini.android.vision.camera.CameraActivity
 
showDocumentCornerGuides() - Method in class net.gini.android.vision.camera.CameraFragmentCompat
Deprecated.
showDocumentCornerGuides() - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Deprecated.
showDocumentCornerGuides() - Method in class net.gini.android.vision.camera.CameraFragmentStandard
Deprecated.
showError(String, String, View.OnClickListener) - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
showError(String, int) - Method in class net.gini.android.vision.analysis.AnalysisActivity
 
showError(String, String, View.OnClickListener) - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
showError(String, int) - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
showError(String, int) - Method in interface net.gini.android.vision.analysis.AnalysisFragmentInterface
Call this method when you need to show an error message to the user in the Analysis Screen.
showError(String, String, View.OnClickListener) - Method in interface net.gini.android.vision.analysis.AnalysisFragmentInterface
Call this method when you need to show an error message with an invokable action to the user in the Analysis Screen.
showError(String, String, View.OnClickListener) - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
showError(String, int) - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
showError(String, int) - Method in class net.gini.android.vision.camera.CameraActivity
 
showError(String, int) - Method in class net.gini.android.vision.camera.CameraFragmentCompat
 
showError(String, int) - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Call this method to show an error message to the user in the Camera Screen.
showError(String, int) - Method in class net.gini.android.vision.camera.CameraFragmentStandard
 
showInterface() - Method in class net.gini.android.vision.camera.CameraActivity
 
showInterface() - Method in class net.gini.android.vision.camera.CameraFragmentCompat
 
showInterface() - Method in interface net.gini.android.vision.camera.CameraFragmentInterface
Call this method to show the interface elements.
showInterface() - Method in class net.gini.android.vision.camera.CameraFragmentStandard
 
SizeSelectionHelper - Class in net.gini.android.vision.internal.camera.api
Internal use only.
start() - Method in class net.gini.android.vision.GiniVisionBasePresenter
 
START - Static variable in class net.gini.android.vision.tracking.OnboardingScreenEvent
Triggers when the first onboarding page is shown.(Screen API + Component API)
startScanAnimation() - Method in class net.gini.android.vision.analysis.AnalysisActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
startScanAnimation() - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
startScanAnimation() - Method in interface net.gini.android.vision.analysis.AnalysisFragmentInterface
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in AnalysisFragmentListener.onExtractionsAvailable(Map).
startScanAnimation() - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
stop() - Method in class net.gini.android.vision.GiniVisionBasePresenter
 
stopScanAnimation() - Method in class net.gini.android.vision.analysis.AnalysisActivity
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called CameraActivity.EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.
stopScanAnimation() - Method in class net.gini.android.vision.analysis.AnalysisFragmentCompat
 
stopScanAnimation() - Method in interface net.gini.android.vision.analysis.AnalysisFragmentInterface
Deprecated.
When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in AnalysisFragmentListener.onExtractionsAvailable(Map).
stopScanAnimation() - Method in class net.gini.android.vision.analysis.AnalysisFragmentStandard
 
success(R) - Method in interface net.gini.android.vision.network.GiniVisionNetworkCallback
Called when the network call completed successfully.
SUPPORTED_FORMATS - Static variable in class net.gini.android.vision.help.HelpItem
Shows information about the document formats supported by the Gini Vision Library.
SupportedFormatsActivity - Class in net.gini.android.vision.help
Screen API and Component API
SupportedFormatsActivity() - Constructor for class net.gini.android.vision.help.SupportedFormatsActivity
 

T

TAKE_PICTURE - Static variable in class net.gini.android.vision.tracking.CameraScreenEvent
Triggers when the user takes a picture.(Screen API + Component API)
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
 
toString() - Method in class net.gini.android.vision.requirements.RequirementReport
 
toString() - Method in class net.gini.android.vision.requirements.RequirementsReport
 

U

updateRotationDeltaBy(int) - Method in class net.gini.android.vision.document.ImageDocument
 
upload(Document, GiniVisionNetworkCallback) - Method in interface net.gini.android.vision.network.GiniVisionNetworkService
Called when a document needs to be uploaded to the Gini API.
UPLOAD_ERROR - Static variable in class net.gini.android.vision.tracking.ReviewScreenEvent
Triggers when upload failed.(Screen API + Component API)
UPLOAD_ERROR_DETAILS_MAP_KEY() - Constructor for class net.gini.android.vision.tracking.ReviewScreenEvent.UPLOAD_ERROR_DETAILS_MAP_KEY
 
UriHelper - Class in net.gini.android.vision.util
Helper methods for android.net.Uri.

V

valueOf(String) - Static method in class net.gini.android.vision.document.ImageDocument.ImageFormat
 
valueOf(String) - Static method in class net.gini.android.vision.Document.ImportMethod
 
valueOf(String) - Static method in class net.gini.android.vision.Document.Type
 
valueOf(String) - Static method in class net.gini.android.vision.DocumentImportEnabledFileTypes
 
valueOf(String) - Static method in class net.gini.android.vision.GiniVisionError.ErrorCode
 
valueOf(String) - Static method in class net.gini.android.vision.help.HelpItem
 
valueOf(String) - Static method in class net.gini.android.vision.requirements.RequirementId
 
valueOf(String) - Static method in class net.gini.android.vision.tracking.AnalysisScreenEvent
 
valueOf(String) - Static method in class net.gini.android.vision.tracking.CameraScreenEvent
 
valueOf(String) - Static method in class net.gini.android.vision.tracking.OnboardingScreenEvent
 
valueOf(String) - Static method in class net.gini.android.vision.tracking.ReviewScreenEvent
 
values() - Static method in class net.gini.android.vision.document.ImageDocument.ImageFormat
 
values() - Static method in class net.gini.android.vision.Document.ImportMethod
 
values() - Static method in class net.gini.android.vision.Document.Type
 
values() - Static method in class net.gini.android.vision.DocumentImportEnabledFileTypes
 
values() - Static method in class net.gini.android.vision.GiniVisionError.ErrorCode
 
values() - Static method in class net.gini.android.vision.help.HelpItem
 
values() - Static method in class net.gini.android.vision.requirements.RequirementId
 
values() - Static method in class net.gini.android.vision.tracking.AnalysisScreenEvent
 
values() - Static method in class net.gini.android.vision.tracking.CameraScreenEvent
 
values() - Static method in class net.gini.android.vision.tracking.OnboardingScreenEvent
 
values() - Static method in class net.gini.android.vision.tracking.ReviewScreenEvent
 

W

writeDocumentToFile(Context, Document, String) - Static method in class net.gini.android.vision.GiniVisionDebug
Helper for writing a document to file.
writeToParcel(Parcel, int) - Method in class net.gini.android.vision.document.ImageMultiPageDocument
 
writeToParcel(Parcel, int) - Method in class net.gini.android.vision.document.PdfMultiPageDocument
 
writeToParcel(Parcel, int) - Method in class net.gini.android.vision.document.QRCodeMultiPageDocument
 
writeToParcel(Parcel, int) - Method in class net.gini.android.vision.Document.Source
 
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 H I J M N O P Q R S T U V W 
Skip navigation links