HologramAuthenticationResult class

Represents the result of hologram authentication.

Implemented types

Constructors

HologramAuthenticationResult()
Creates a new instance of the HologramAuthenticationResult class.
HologramAuthenticationResult.fromHandle(Pointer<id3DocumentHologramAuthenticationResult> handle)
Creates a new instance of the HologramAuthenticationResult class.

Properties

bounds Rectangle
Exact bounds of the text in the image.
no setter
correlationScore double
Correlation of the variation to the background.
no setter
handle Pointer<id3DocumentHologramAuthenticationResult>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
hologramName String
Name of the hologram.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variationScore double
Variation of the OVI color.
no setter

Methods

clone() HologramAuthenticationResult
Creates a copy of the HologramAuthenticationResult object.
dispose() → void
Releases all resources used by this HologramAuthenticationResult.
getBounds() Rectangle
Gets the exact bounds of the text in the image.
getCorrelationScore() double
Gets the correlation of the variation to the background.
getHologramName() String
Gets the name of the hologram.
getVariationScore() double
Gets the variation of the OVI color.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited