Uses of Class
software.amazon.awssdk.services.voiceid.model.AuthenticationResult
-
Packages that use AuthenticationResult Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of AuthenticationResult in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return AuthenticationResult Modifier and Type Method Description AuthenticationResultEvaluateSessionResponse. authenticationResult()Details resulting from the authentication process, such as authentication decision and authentication score.Methods in software.amazon.awssdk.services.voiceid.model with parameters of type AuthenticationResult Modifier and Type Method Description EvaluateSessionResponse.BuilderEvaluateSessionResponse.Builder. authenticationResult(AuthenticationResult authenticationResult)Details resulting from the authentication process, such as authentication decision and authentication score.
-