Uses of Interface
software.amazon.awssdk.services.voiceid.model.AuthenticationConfiguration.Builder
-
Packages that use AuthenticationConfiguration.Builder Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of AuthenticationConfiguration.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return AuthenticationConfiguration.Builder Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. acceptanceThreshold(Integer acceptanceThreshold)The minimum threshold needed to successfully authenticate a speaker.static AuthenticationConfiguration.BuilderAuthenticationConfiguration. builder()AuthenticationConfiguration.BuilderAuthenticationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description static Class<? extends AuthenticationConfiguration.Builder>AuthenticationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.voiceid.model with type arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description default AuthenticationResult.BuilderAuthenticationResult.Builder. configuration(Consumer<AuthenticationConfiguration.Builder> configuration)TheAuthenticationConfigurationused to generate this authentication result.
-