public enum DocumentModel extends java.lang.Enum<DocumentModel>
| Enum Constant and Description |
|---|
DOCUMENT_DETECTOR_2A
Document detector 2A.
|
DOCUMENT_DETECTOR_2B
Document detector 2B.
|
MRZ_READER_2A
MRZ Reader 2A.
|
OCR_LATIN_2A
OCR (Optical Character Recognition) model 2A for reading text fields in latin alphabet and digits.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentModel |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static DocumentModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentModel DOCUMENT_DETECTOR_2A
public static final DocumentModel DOCUMENT_DETECTOR_2B
public static final DocumentModel MRZ_READER_2A
public static final DocumentModel OCR_LATIN_2A
public static DocumentModel[] values()
for (DocumentModel c : DocumentModel.values()) System.out.println(c);
public static DocumentModel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static DocumentModel fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document