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() |
|
default AuthenticationResult.Builder |
AuthenticationResult.Builder.configuration(Consumer<AuthenticationConfiguration.Builder> configuration) |
The AuthenticationConfiguration used to generate this authentication result.
|
AuthenticationResult.Builder |
AuthenticationResult.Builder.configuration(AuthenticationConfiguration 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(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.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.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() |
|