Class: Aws::ChimeSDKVoice::Types::SpeakerSearchDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::SpeakerSearchDetails
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
The details of a speaker search task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ Array<Types::SpeakerSearchResult>
The result value in the speaker search details.
-
#voiceprint_generation_status ⇒ String
The status of a voice print generation operation,
VoiceprintGenerationSuccess
orVoiceprintGenerationFailure
..
Instance Attribute Details
#results ⇒ Array<Types::SpeakerSearchResult>
The result value in the speaker search details.
3212 3213 3214 3215 3216 3217 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3212 class SpeakerSearchDetails < Struct.new( :results, :voiceprint_generation_status) SENSITIVE = [] include Aws::Structure end |
#voiceprint_generation_status ⇒ String
The status of a voice print generation operation,
VoiceprintGenerationSuccess
or VoiceprintGenerationFailure
..
3212 3213 3214 3215 3216 3217 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3212 class SpeakerSearchDetails < Struct.new( :results, :voiceprint_generation_status) SENSITIVE = [] include Aws::Structure end |