Class: Aws::ChimeSDKMediaPipelines::Types::SpeakerSearchTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::SpeakerSearchTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
A representation of an asynchronous request to perform speaker search analysis on a media insights pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time at which a speaker search task was created.
-
#speaker_search_task_id ⇒ String
The speaker search task ID.
-
#speaker_search_task_status ⇒ String
The status of the speaker search task.
-
#updated_timestamp ⇒ Time
The time at which a speaker search task was updated.
Instance Attribute Details
#created_timestamp ⇒ Time
The time at which a speaker search task was created.
3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3027 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#speaker_search_task_id ⇒ String
The speaker search task ID.
3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3027 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#speaker_search_task_status ⇒ String
The status of the speaker search task.
3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3027 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#updated_timestamp ⇒ Time
The time at which a speaker search task was updated.
3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3027 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :created_timestamp, :updated_timestamp) SENSITIVE = [] include Aws::Structure end |