\Aculab\WebServicesWrapper\VoiceBiometrics\UsersVerifySettings

Represents settings for the audio stream to be sent over a web socket.

Summary

Methods
Properties
Constants
__construct()
setSensitivity()
setTextDependent()
setEnablePad()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(float|null  $sensitivity = null, boolean|null  $text_dependent = null, boolean|null  $enable_pad = null) 

Create a VerifySettings object

Parameters

float|null $sensitivity

Determines the sensitivity of the biometric analysis. Allowable range is -10.0 to 10.0.

boolean|null $text_dependent

Whether to verify in text dependent mode.

boolean|null $enable_pad

Whether to enable presentation attack detection.

setSensitivity()

setSensitivity(float  $sensitivity) : self

Set the sensitivity.

Parameters

float $sensitivity

Determines the sensitivity of the biometric analysis. Allowable range is -10.0 to 10.0.

Returns

self

setTextDependent()

setTextDependent(boolean  $text_dependent) : self

Set text dependent mode.

Parameters

boolean $text_dependent

Whether to verify in text dependent mode.

Returns

self

setEnablePad()

setEnablePad(boolean  $enable_pad) : self

Set whether to enable presentation attack detection.

Parameters

boolean $enable_pad

Whether to enable presentation attack detection.

Returns

self