HelpItem

This enum declares the items which are shown in the Help Screen.

public enum HelpItem

Constructors

HelpItem
Link copied to clipboard
void HelpItem(int title)

Entries

PHOTO_TIPS
Link copied to clipboard

Shows tips for taking better pictures.

Item label customizable by overriding the string resource named {@code gv_help_item_photo_tips_title}

PHOTO_TIPS
FILE_IMPORT_GUIDE
Link copied to clipboard

Shows a guide for importing files from other apps via "open with".

Important: This item is shown only if file import was enabled with the GiniVisionFeatureConfiguration .

Item label customizable by overriding the string resource named {@code gv_help_item_file_import_guide_title}

FILE_IMPORT_GUIDE
SUPPORTED_FORMATS
Link copied to clipboard

Shows information about the document formats supported by the Gini Vision Library.

Item label customizable by overriding the string resource named {@code gv_help_item_supported_formats_title}

SUPPORTED_FORMATS

Properties

title
Link copied to clipboard
final int title