Package com.regula.facesdk.enums
Enum Class ImageType
- All Implemented Interfaces:
Serializable
,Comparable<ImageType>
,Constable
Enum influences matching results and provides the information about the source of the image.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe image from a barcodeThe image contains a document with a portrait of a person.The image is a ghost portraitThe image is taken from the camera.The image contains a printed portrait of a person.The image contains a portrait of a person and is taken from the RFID chip. -
Method Summary
-
Enum Constant Details
-
PRINTED
The image contains a printed portrait of a person. -
RFID
The image contains a portrait of a person and is taken from the RFID chip. -
LIVE
The image is taken from the camera. -
DOCUMENT_WITH_LIVE
The image contains a document with a portrait of a person. -
EXTERNAL
-
GHOST_PORTRAIT
The image is a ghost portrait -
BARCODE
The image from a barcode
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue()Returns int value of enum member- Returns:
- int
-