Class: Aws::VoiceID::Types::VoiceSpoofingRisk
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::VoiceSpoofingRisk
- Defined in:
- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb
Overview
The details resulting from 'Voice Spoofing Risk' analysis of the speaker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#risk_score ⇒ Integer
The score indicating the likelihood of speaker’s voice being spoofed.
Instance Attribute Details
#risk_score ⇒ Integer
The score indicating the likelihood of speaker’s voice being spoofed.
2293 2294 2295 2296 2297 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 2293 class VoiceSpoofingRisk < Struct.new( :risk_score) SENSITIVE = [] include Aws::Structure end |