FingerprintTemplateCreationResult Class
Represents a result of fingerprint template creation.
Constructor
FingerprintTemplateCreationResult
(
-
isSuccessful
-
template
Parameters:
-
isSuccessful
BooleanWhether the result is successful.
-
template
StringFingerprint template.
Item Index
Properties
- Available static
- fingerprintProcessorStatus
- InvalidLicense static
- isSampleExtracted
- isSuccessful
- sample
- sampleImage
- template
- Unavailable static
Properties
Available
Number
final
static
Indicates that fingerprint processor is available.
Default: 2
fingerprintProcessorStatus
FingerprintProcessorStatus
Gets status of fingerprint processor.
InvalidLicense
Number
final
static
Indicates that fingerprint processor is unavailable because of invalid license.
Default: 1
isSampleExtracted
Boolean
Gets whether sample is extracted.
isSuccessful
Boolean
Gets whether the result is successful.
sample
String
Gets sample.
sampleImage
String
Gets sampleImage.
template
String
Gets fingerprint template.