| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
FraudDetectionAction |
EnrollmentJobFraudDetectionConfig.fraudDetectionAction()
The action to take when the given speaker is flagged by the fraud detection system.
|
static FraudDetectionAction |
FraudDetectionAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FraudDetectionAction |
FraudDetectionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FraudDetectionAction[] |
FraudDetectionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FraudDetectionAction> |
FraudDetectionAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EnrollmentJobFraudDetectionConfig.Builder |
EnrollmentJobFraudDetectionConfig.Builder.fraudDetectionAction(FraudDetectionAction fraudDetectionAction)
The action to take when the given speaker is flagged by the fraud detection system.
|
Copyright © 2023. All rights reserved.