OptionalattemptsOptionalcameraAndroid only.
OptionalcameraIOS only.
OptionalcameraDefines, whether the camera's toolbar switch camera button is available on the Liveness UI. Defaults to false.
When set to true the CameraToolbarView will contain a button to change current cameraPosition.
Only for livenessType = LivenessType.PASSIVE.
OptionalcloseOptionalcopyrightDefines, whether the logo is visible on the bottom of Liveness UI screens. Defaults to true.
OptionalgroupOptionallivenessDefines whether the liveness processing type. Defaults to LivenessType.ACTIVE.
OptionallocationDefines whether the liveness request sends a location of a device. Defaults to true.
When set to true the liveness request to web service will contain the location
object within the json metadata object.
The location is used only when permissions are granted and the location is available.
OptionalmetadataOptionalpreventPrevents screenshots and screen recording while FaceCapture camera screen is displayed.
Defaults to false.
OptionalrecordingDefines whether the liveness recording video of processing. Defaults to RecordingProcess.ASYNCHRONOUS_UPLOAD.
OptionalscreenAllows you to specify an orientation of the camera view controller.
OptionalskipDefines which steps of the user interface can be omitted. See LivenessSkipStep enum for details.
OptionaltagDefines tag that can be used in Liveness processing. Defaults to null.
OptionalthresholdOptionaltorchDefines, whether the camera's toolbar torch button is available on the Liveness UI. Defaults to true.
When set to false the CameraToolbarView won't contain a button to toggle camera's flashlight.
Only for livenessType = LivenessType.PASSIVE.
OptionalvibrateEnables vibration during Liveness processing. Defaults to true.
The number of attempts to pass the Liveness before completing with error. Defaults to
0. When set to0the Liveness will always ask to retry on error.