BlinkIdVerifySessionSettings
@Serializable
Represents the configuration settings for a session.
Constructors
Link copied to clipboard
constructor(inputImageSource: InputImageSource = InputImageSource.Video, scanningSettings: BlinkIdVerifyScanningSettings = BlinkIdVerifyScanningSettings())
Properties
Link copied to clipboard
The type of image source for the session. Defines whether the images are sourced from a video stream or a single photo, as defined by InputImageSource. The default is set to Video.
Link copied to clipboard
The specific scanning settings for the session. Defines various parameters that control the scanning process.