| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
static FraudDetectionDecision |
FraudDetectionDecision.fromValue(String value)
Use this in place of valueOf.
|
static FraudDetectionDecision |
FraudDetectionDecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FraudDetectionDecision[] |
FraudDetectionDecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FraudDetectionResult |
FraudDetectionResult.withDecision(FraudDetectionDecision decision)
The fraud detection decision produced by Voice ID, processed against the current session state and streamed audio
of the speaker.
|
Copyright © 2023. All rights reserved.