Class: Aws::ChimeSDKMediaPipelines::Types::StartSpeakerSearchTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::StartSpeakerSearchTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speaker_search_task ⇒ Types::SpeakerSearchTask
The details of the speaker search task.
Instance Attribute Details
#speaker_search_task ⇒ Types::SpeakerSearchTask
The details of the speaker search task.
3153 3154 3155 3156 3157 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3153 class StartSpeakerSearchTaskResponse < Struct.new( :speaker_search_task) SENSITIVE = [] include Aws::Structure end |