Uses of Class
software.amazon.awssdk.services.voiceid.model.FraudDetectionDecision
-
Packages that use FraudDetectionDecision Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of FraudDetectionDecision in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return FraudDetectionDecision Modifier and Type Method Description FraudDetectionDecisionFraudDetectionResult. decision()The fraud detection decision produced by Voice ID, processed against the current session state and streamed audio of the speaker.static FraudDetectionDecisionFraudDetectionDecision. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FraudDetectionDecisionFraudDetectionDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static FraudDetectionDecision[]FraudDetectionDecision. 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 FraudDetectionDecision Modifier and Type Method Description static Set<FraudDetectionDecision>FraudDetectionDecision. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type FraudDetectionDecision Modifier and Type Method Description FraudDetectionResult.BuilderFraudDetectionResult.Builder. decision(FraudDetectionDecision decision)The fraud detection decision produced by Voice ID, processed against the current session state and streamed audio of the speaker.
-