Class: Aws::Types::SpeakerSearchResult
- Inherits:
-
Object
- Object
- Aws::Types::SpeakerSearchResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence_score ⇒ ::Float
Returns the value of attribute confidence_score.
-
#voice_profile_id ⇒ ::String
Returns the value of attribute voice_profile_id.
Instance Attribute Details
#confidence_score ⇒ ::Float
Returns the value of attribute confidence_score.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def confidence_score @confidence_score end |
#voice_profile_id ⇒ ::String
Returns the value of attribute voice_profile_id.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def voice_profile_id @voice_profile_id end |