GiniVisionFeatureConfiguration

public class GiniVisionFeatureConfiguration implements Parcelable

Using this class the features of the Gini Vision Library can be configured.

Use the builder by invoking buildNewConfiguration to configure and create a new instance.

Deprecated

Use newInstance and the returned GiniVision.Builder instead.

Types

Builder
Link copied to clipboard
public class Builder
Feature configuration builder.

Functions

buildNewConfiguration
Link copied to clipboard
Builder for creating a new feature configuration.
describeContents
Link copied to clipboard
int describeContents()
Internal use only.
getDocumentImportEnabledFileTypes
Link copied to clipboard
Retrieve the file types enabled for document import.
isFileImportEnabled
Link copied to clipboard
boolean isFileImportEnabled()
Find out whether file import has been enabled.
isQRCodeScanningEnabled
Link copied to clipboard
boolean isQRCodeScanningEnabled()
Find out whether QRCode scanning has been enabled.
writeToParcel
Link copied to clipboard
void writeToParcel(Parcel parcel, int i)
Internal use only.

Properties

CREATOR
Link copied to clipboard
public final static Parcelable.Creator<GiniVisionFeatureConfigurationCREATOR
Internal use only.