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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmediapipelines/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.



3000
3001
3002
3003
3004
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3000

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