HVFaceConfig class

HVFaceConfig is used to customise HyperSnapSDK face capture flow.

Constructors

HVFaceConfig({HVFaceCaptureUIStrings? hvFaceCaptureUIStrings, bool? shouldShowTrustLogos, bool? shouldShowInstructionPage, bool? shouldShowCameraSwitchButton, bool? shouldUseBackCamera, bool? shouldAddPadding, HVFaceCapturePadding? padding, bool? shouldShowCloseAlert, String? closeAlertDialogTitle, String? closeAlertDialogDescription, bool? shouldAutoCapture, int? autoCaptureDuration, HVVideoRecordingConfig? videoRecordingConfig, bool? shouldCheckActiveLiveness, int? totalGestures, HVLivenessAPIDetails? hvLivenessAPIDetails, bool? shouldReturnFullImageUrl, bool? shouldEnableRetries})
Creates an instance of HVFaceConfig with the specified configuration.

Properties

autoCaptureDuration int?
getter/setter pair
closeAlertDialogDescription String?
getter/setter pair
closeAlertDialogTitle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hvFaceCaptureUIStrings HVFaceCaptureUIStrings?
getter/setter pair
hvLivenessAPIDetails HVLivenessAPIDetails?
getter/setter pair
padding HVFaceCapturePadding?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldAddPadding bool?
getter/setter pair
shouldAutoCapture bool?
getter/setter pair
shouldCheckActiveLiveness bool?
getter/setter pair
shouldEnableRetries bool?
getter/setter pair
shouldReturnFullImageUrl bool?
getter/setter pair
shouldShowCameraSwitchButton bool?
getter/setter pair
shouldShowCloseAlert bool?
getter/setter pair
shouldShowInstructionPage bool?
getter/setter pair
shouldShowTrustLogos bool?
getter/setter pair
shouldUseBackCamera bool?
getter/setter pair
totalGestures int?
getter/setter pair
videoRecordingConfig HVVideoRecordingConfig?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the HVFaceConfig object to a map.
toString() String
A string representation of this object.
inherited

Operators

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