| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
FraudDetectionResult |
FraudDetectionResult.clone() |
FraudDetectionResult |
EvaluateSessionResult.getFraudDetectionResult()
Details resulting from the fraud detection process, such as fraud detection decision and risk score.
|
FraudDetectionResult |
FraudDetectionResult.withAudioAggregationEndedAt(Date audioAggregationEndedAt)
A timestamp indicating when audio aggregation ended for this fraud detection result.
|
FraudDetectionResult |
FraudDetectionResult.withAudioAggregationStartedAt(Date audioAggregationStartedAt)
A timestamp indicating when audio aggregation started for this fraud detection result.
|
FraudDetectionResult |
FraudDetectionResult.withConfiguration(FraudDetectionConfiguration configuration)
The
FraudDetectionConfiguration used to generate this fraud detection result. |
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.
|
FraudDetectionResult |
FraudDetectionResult.withDecision(String decision)
The fraud detection decision produced by Voice ID, processed against the current session state and streamed audio
of the speaker.
|
FraudDetectionResult |
FraudDetectionResult.withFraudDetectionResultId(String fraudDetectionResultId)
The unique identifier for this fraud detection result.
|
FraudDetectionResult |
FraudDetectionResult.withReasons(Collection<String> reasons)
The reason speaker was flagged by the fraud detection system.
|
FraudDetectionResult |
FraudDetectionResult.withReasons(FraudDetectionReason... reasons)
The reason speaker was flagged by the fraud detection system.
|
FraudDetectionResult |
FraudDetectionResult.withReasons(String... reasons)
The reason speaker was flagged by the fraud detection system.
|
FraudDetectionResult |
FraudDetectionResult.withRiskDetails(FraudRiskDetails riskDetails)
Details about each risk analyzed for this speaker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluateSessionResult.setFraudDetectionResult(FraudDetectionResult fraudDetectionResult)
Details resulting from the fraud detection process, such as fraud detection decision and risk score.
|
EvaluateSessionResult |
EvaluateSessionResult.withFraudDetectionResult(FraudDetectionResult fraudDetectionResult)
Details resulting from the fraud detection process, such as fraud detection decision and risk score.
|
Copyright © 2022. All rights reserved.