Skip to content

/AWS1/CL_VIDENROLLMENTJOBFRA00

The fraud detection configuration to be used during the batch speaker enrollment job.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FRAUDDETECTIONACTION TYPE /AWS1/VIDFRAUDDETECTIONACTION /AWS1/VIDFRAUDDETECTIONACTION

The action to take when the given speaker is flagged by the fraud detection system. The default value is FAIL, which fails the speaker enrollment. Changing this value to IGNORE results in the speaker being enrolled even if they are flagged by the fraud detection system.

IV_RISKTHRESHOLD TYPE /AWS1/VIDSCORE /AWS1/VIDSCORE

Threshold value for determining whether the speaker is a high risk to be fraudulent. If the detected risk score calculated by Voice ID is greater than or equal to the threshold, the speaker is considered a fraudster.

IT_WATCHLISTIDS TYPE /AWS1/CL_VIDENROLLMENTJOBFRA01=>TT_ENROLLMENTJOBFRAUDDETCFGW00 TT_ENROLLMENTJOBFRAUDDETCFGW00

The identifier of watchlists against which fraud detection is performed.


Queryable Attributes

FraudDetectionAction

The action to take when the given speaker is flagged by the fraud detection system. The default value is FAIL, which fails the speaker enrollment. Changing this value to IGNORE results in the speaker being enrolled even if they are flagged by the fraud detection system.

Accessible with the following methods

Method Description
GET_FRAUDDETECTIONACTION() Getter for FRAUDDETECTIONACTION, with configurable default
ASK_FRAUDDETECTIONACTION() Getter for FRAUDDETECTIONACTION w/ exceptions if field has n
HAS_FRAUDDETECTIONACTION() Determine if FRAUDDETECTIONACTION has a value

RiskThreshold

Threshold value for determining whether the speaker is a high risk to be fraudulent. If the detected risk score calculated by Voice ID is greater than or equal to the threshold, the speaker is considered a fraudster.

Accessible with the following methods

Method Description
GET_RISKTHRESHOLD() Getter for RISKTHRESHOLD, with configurable default
ASK_RISKTHRESHOLD() Getter for RISKTHRESHOLD w/ exceptions if field has no value
HAS_RISKTHRESHOLD() Determine if RISKTHRESHOLD has a value

WatchlistIds

The identifier of watchlists against which fraud detection is performed.

Accessible with the following methods

Method Description
GET_WATCHLISTIDS() Getter for WATCHLISTIDS, with configurable default
ASK_WATCHLISTIDS() Getter for WATCHLISTIDS w/ exceptions if field has no value
HAS_WATCHLISTIDS() Determine if WATCHLISTIDS has a value