| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult.Builder |
AuthenticationResult.Builder.audioAggregationEndedAt(Instant audioAggregationEndedAt)
A timestamp of when audio aggregation ended for this authentication result.
|
AuthenticationResult.Builder |
AuthenticationResult.Builder.audioAggregationStartedAt(Instant audioAggregationStartedAt)
A timestamp of when audio aggregation started for this authentication result.
|
AuthenticationResult.Builder |
AuthenticationResult.Builder.authenticationResultId(String authenticationResultId)
The unique identifier for this authentication result.
|
static AuthenticationResult.Builder |
AuthenticationResult.builder() |
AuthenticationResult.Builder |
AuthenticationResult.Builder.configuration(AuthenticationConfiguration configuration)
The
AuthenticationConfiguration used to generate this authentication result. |
default AuthenticationResult.Builder |
AuthenticationResult.Builder.configuration(Consumer<AuthenticationConfiguration.Builder> configuration)
The
AuthenticationConfiguration used to generate this authentication result. |
AuthenticationResult.Builder |
AuthenticationResult.Builder.customerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker whose authentication result is produced.
|
AuthenticationResult.Builder |
AuthenticationResult.Builder.decision(AuthenticationDecision decision)
The authentication decision produced by Voice ID, processed against the current session state and streamed
audio of the speaker.
|
AuthenticationResult.Builder |
AuthenticationResult.Builder.decision(String decision)
The authentication decision produced by Voice ID, processed against the current session state and streamed
audio of the speaker.
|
AuthenticationResult.Builder |
AuthenticationResult.Builder.generatedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker whose authentication result is produced.
|
AuthenticationResult.Builder |
AuthenticationResult.Builder.score(Integer score)
The authentication score for the speaker whose authentication result is produced.
|
AuthenticationResult.Builder |
AuthenticationResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthenticationResult.Builder> |
AuthenticationResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EvaluateSessionResponse.Builder |
EvaluateSessionResponse.Builder.authenticationResult(Consumer<AuthenticationResult.Builder> authenticationResult)
Details resulting from the authentication process, such as authentication decision and authentication score.
|
Copyright © 2023. All rights reserved.