/AWS1/CL_VIDFRAUDDETECTIONCONF¶
The configuration used for performing fraud detection over a speaker during a session.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_riskthreshold
TYPE /AWS1/VIDSCORE
/AWS1/VIDSCORE
¶
Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than the threshold, the speaker is considered a fraudster.
iv_watchlistid
TYPE /AWS1/VIDWATCHLISTID
/AWS1/VIDWATCHLISTID
¶
The identifier of the watchlist against which fraud detection is performed.
Queryable Attributes¶
RiskThreshold¶
Threshold value for determining whether the speaker is a fraudster. If the detected risk score calculated by Voice ID is higher than 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 |
WatchlistId¶
The identifier of the watchlist against which fraud detection is performed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WATCHLISTID() |
Getter for WATCHLISTID, with configurable default |
ASK_WATCHLISTID() |
Getter for WATCHLISTID w/ exceptions if field has no value |
HAS_WATCHLISTID() |
Determine if WATCHLISTID has a value |