Class: Aws::ChimeSDKMediaPipelines::Types::GetSpeakerSearchTaskResponse

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.



1405
1406
1407
1408
1409
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1405

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