FaceCaptureResult class

Result returned by a successful liveness capture.

Constructors

FaceCaptureResult({required String imagePath, required int width, required int height, required double motionStdDev, double? depthRange})
Creates a FaceCaptureResult.
const
FaceCaptureResult.fromMap(Map map)
Decodes a FaceCaptureResult from the platform channel payload.
factory

Properties

depthRange double?
Range of depth values observed across the face, when depth data was available. null on devices without depth sensors or when depth was not requested.
final
hashCode int
The hash code for this object.
no setterinherited
height int
Height of the saved JPEG in pixels.
final
imagePath String
Absolute path to the saved JPEG on the device.
final
motionStdDev double
Standard deviation of frame-to-frame motion observed during the flow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
Width of the saved JPEG in pixels.
final

Methods

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