Class: Aws::VoiceID::Types::FraudRiskDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

Details regarding various fraud risk analyses performed against the current session state and streamed audio of the speaker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#known_fraudster_riskTypes::KnownFraudsterRisk

The details resulting from 'Known Fraudster Risk' analysis of the speaker.



928
929
930
931
932
933
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 928

class FraudRiskDetails < Struct.new(
  :known_fraudster_risk,
  :voice_spoofing_risk)
  SENSITIVE = []
  include Aws::Structure
end

#voice_spoofing_riskTypes::VoiceSpoofingRisk

The details resulting from 'Voice Spoofing Risk' analysis of the speaker.



928
929
930
931
932
933
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 928

class FraudRiskDetails < Struct.new(
  :known_fraudster_risk,
  :voice_spoofing_risk)
  SENSITIVE = []
  include Aws::Structure
end