Class: Aws::ChimeSDKVoice::Types::SpeakerSearchDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::SpeakerSearchDetails
- Includes:
- Structure
- Defined in:
- 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` or `VoiceprintGenerationFailure`..
Instance Attribute Details
#results ⇒ Array<Types::SpeakerSearchResult>
The result value in the speaker search details.
3084 3085 3086 3087 3088 3089 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3084 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`..
3084 3085 3086 3087 3088 3089 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3084 class SpeakerSearchDetails < Struct.new( :results, :voiceprint_generation_status) SENSITIVE = [] include Aws::Structure end |