public final class HelpItem
extends java.lang.Enum
This enum declares the items which are shown in the Help Screen.
Modifier and Type | Field and Description |
---|---|
static HelpItem |
FILE_IMPORT_GUIDE
Shows a guide for importing files from other apps via "open with".
|
static HelpItem |
PHOTO_TIPS
Shows tips for taking better pictures.
|
static HelpItem |
SUPPORTED_FORMATS
Shows information about the document formats supported by the Gini Vision Library.
|
Modifier and Type | Method and Description |
---|---|
static HelpItem |
valueOf(java.lang.String name) |
static HelpItem[] |
values() |
public static final HelpItem PHOTO_TIPS
Shows tips for taking better pictures.
Item label customizable by overriding the string resource named gv_help_item_photo_tips_title
public static final HelpItem FILE_IMPORT_GUIDE
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 gv_help_item_file_import_guide_title
public static final HelpItem SUPPORTED_FORMATS
Shows information about the document formats supported by the Gini Vision Library.
Item label customizable by overriding the string resource named gv_help_item_supported_formats_title