class Aws::VoiceID::Types::EnrollmentJobFraudDetectionConfig

The configuration defining the action to take when a speaker is flagged by the fraud detection system during a batch speaker enrollment job, and the risk threshold to use for identification.

@note When making an API call, you may pass EnrollmentJobFraudDetectionConfig

data as a hash:

    {
      fraud_detection_action: "IGNORE", # accepts IGNORE, FAIL
      risk_threshold: 1,
    }

@!attribute [rw] fraud_detection_action

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.
@return [String]

@!attribute [rw] risk_threshold

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/EnrollmentJobFraudDetectionConfig AWS API Documentation

Constants

SENSITIVE