Uses of Class
software.amazon.awssdk.services.voiceid.model.AuthenticationDecision
-
Packages that use AuthenticationDecision Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of AuthenticationDecision in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return AuthenticationDecision Modifier and Type Method Description AuthenticationDecisionAuthenticationResult. decision()The authentication decision produced by Voice ID, processed against the current session state and streamed audio of the speaker.static AuthenticationDecisionAuthenticationDecision. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationDecisionAuthenticationDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationDecision[]AuthenticationDecision. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type AuthenticationDecision Modifier and Type Method Description static Set<AuthenticationDecision>AuthenticationDecision. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type AuthenticationDecision Modifier and Type Method Description AuthenticationResult.BuilderAuthenticationResult.Builder. decision(AuthenticationDecision decision)The authentication decision produced by Voice ID, processed against the current session state and streamed audio of the speaker.
-