Class: Aws::VoiceID::Types::FraudRiskDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::FraudRiskDetails
- Includes:
- Structure
- Defined in:
- 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
-
#known_fraudster_risk ⇒ Types::KnownFraudsterRisk
The details resulting from ‘Known Fraudster Risk’ analysis of the speaker.
-
#voice_spoofing_risk ⇒ Types::VoiceSpoofingRisk
The details resulting from ‘Voice Spoofing Risk’ analysis of the speaker.
Instance Attribute Details
#known_fraudster_risk ⇒ Types::KnownFraudsterRisk
The details resulting from ‘Known Fraudster Risk’ analysis of the speaker.
928 929 930 931 932 933 |
# File '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_risk ⇒ Types::VoiceSpoofingRisk
The details resulting from ‘Voice Spoofing Risk’ analysis of the speaker.
928 929 930 931 932 933 |
# File 'lib/aws-sdk-voiceid/types.rb', line 928 class FraudRiskDetails < Struct.new( :known_fraudster_risk, :voice_spoofing_risk) SENSITIVE = [] include Aws::Structure end |