Class: Aws::VoiceID::Types::AuthenticationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::AuthenticationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
The configuration used to authenticate a speaker during a session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acceptance_threshold ⇒ Integer
The minimum threshold needed to successfully authenticate a speaker.
Instance Attribute Details
#acceptance_threshold ⇒ Integer
The minimum threshold needed to successfully authenticate a speaker.
70 71 72 73 74 |
# File 'lib/aws-sdk-voiceid/types.rb', line 70 class AuthenticationConfiguration < Struct.new( :acceptance_threshold) SENSITIVE = [] include Aws::Structure end |