FaceAutoCaptureConfiguration class final

Configuration for the Face Auto Capture UI component (FaceAutoCaptureWidget).

See description of all properties in FaceAutoCaptureConfiguration.new.

Annotations

Constructors

FaceAutoCaptureConfiguration({CameraFacing cameraFacing = _CAMERA_FACING, CameraPreviewScaleType cameraPreviewScaleType = _CAMERA_PREVIEW_SCALE_TYPE, bool isTorchEnabled = _IS_TORCH_ENABLED, dynamic qualityAttributeThresholds, bool isDetectionLayerVisible = _IS_DETECTION_LAYER_VISIBLE, String? sessionToken})
Create configuration for the Face Auto Capture UI component.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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