Class: Aws::VoiceID::Types::VoiceSpoofingRisk

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#risk_scoreInteger

The score indicating the likelihood of speaker’s voice being spoofed.

Returns:

  • (Integer)


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