API Docs for: 1.0.0
Show:

FingerprintTemplateCreationResult Class

Represents a result of fingerprint template creation.

Constructor

FingerprintTemplateCreationResult

(
  • isSuccessful
  • template
)

Parameters:

  • isSuccessful Boolean

    Whether the result is successful.

  • template String

    Fingerprint template.

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.

Unavailable

Number final static

Indicates that fingerprint processor is unavailable.

Default: 0