| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
AuthenticationResult.clone() |
AuthenticationResult |
EvaluateSessionResult.getAuthenticationResult()
Details resulting from the authentication process, such as authentication decision and authentication score.
|
AuthenticationResult |
AuthenticationResult.withAudioAggregationEndedAt(Date audioAggregationEndedAt)
A timestamp indicating when audio aggregation ended for this authentication result.
|
AuthenticationResult |
AuthenticationResult.withAudioAggregationStartedAt(Date audioAggregationStartedAt)
A timestamp indicating when audio aggregation started for this authentication result.
|
AuthenticationResult |
AuthenticationResult.withAuthenticationResultId(String authenticationResultId)
The unique identifier for this authentication result.
|
AuthenticationResult |
AuthenticationResult.withConfiguration(AuthenticationConfiguration configuration)
The
AuthenticationConfiguration used to generate this authentication result. |
AuthenticationResult |
AuthenticationResult.withCustomerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker whose authentication result is produced.
|
AuthenticationResult |
AuthenticationResult.withDecision(AuthenticationDecision decision)
The authentication decision produced by Voice ID, processed against the current session state and streamed audio
of the speaker.
|
AuthenticationResult |
AuthenticationResult.withDecision(String decision)
The authentication decision produced by Voice ID, processed against the current session state and streamed audio
of the speaker.
|
AuthenticationResult |
AuthenticationResult.withGeneratedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker whose authentication result is produced.
|
AuthenticationResult |
AuthenticationResult.withScore(Integer score)
The authentication score for the speaker whose authentication result is produced.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluateSessionResult.setAuthenticationResult(AuthenticationResult authenticationResult)
Details resulting from the authentication process, such as authentication decision and authentication score.
|
EvaluateSessionResult |
EvaluateSessionResult.withAuthenticationResult(AuthenticationResult authenticationResult)
Details resulting from the authentication process, such as authentication decision and authentication score.
|
Copyright © 2023. All rights reserved.