Class: Aws::ChimeSDKMediaPipelines::Types::StartSpeakerSearchTaskResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmediapipelines/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speaker_search_taskTypes::SpeakerSearchTask

The details of the speaker search task.



3046
3047
3048
3049
3050
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3046

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