class Aws::VoiceID::Types::RegistrationConfig

The configuration definining the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster during a batch fraudster registration job.

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

data as a hash:

    {
      duplicate_registration_action: "SKIP", # accepts SKIP, REGISTER_AS_NEW
      fraudster_similarity_threshold: 1,
    }

@!attribute [rw] duplicate_registration_action

The action to take when a fraudster is identified as a duplicate.
The default action is `SKIP`, which skips registering the duplicate
fraudster. Setting the value to `REGISTER_AS_NEW` always registers a
new fraudster into the specified domain.
@return [String]

@!attribute [rw] fraudster_similarity_threshold

The minimum similarity score between the new and old fraudsters in
order to consider the new fraudster a duplicate.
@return [Integer]

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

Constants

SENSITIVE