Class: Aws::VoiceID::Types::AuthenticationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/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

Instance Attribute Details

#acceptance_thresholdInteger

The minimum threshold needed to successfully authenticate a speaker.

Returns:

  • (Integer)


70
71
72
73
74
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 70

class AuthenticationConfiguration < Struct.new(
  :acceptance_threshold)
  SENSITIVE = []
  include Aws::Structure
end