Class: Aws::ChimeSDKMediaPipelines::Types::StartSpeakerSearchTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::StartSpeakerSearchTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:voice_profile_domain_arn, :client_request_token]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
The unique identifier for the client request.
-
#identifier ⇒ String
The unique identifier of the resource to be updated.
-
#kinesis_video_stream_source_task_configuration ⇒ Types::KinesisVideoStreamSourceTaskConfiguration
The task configuration for the Kinesis video stream source of the media insights pipeline.
-
#voice_profile_domain_arn ⇒ String
The ARN of the voice profile domain that will store the voice profile.
Instance Attribute Details
#client_request_token ⇒ String
The unique identifier for the client request. Use a different token for different speaker search tasks.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3138 3139 3140 3141 3142 3143 3144 3145 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3138 class StartSpeakerSearchTaskRequest < Struct.new( :identifier, :voice_profile_domain_arn, :kinesis_video_stream_source_task_configuration, :client_request_token) SENSITIVE = [:voice_profile_domain_arn, :client_request_token] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
3138 3139 3140 3141 3142 3143 3144 3145 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3138 class StartSpeakerSearchTaskRequest < Struct.new( :identifier, :voice_profile_domain_arn, :kinesis_video_stream_source_task_configuration, :client_request_token) SENSITIVE = [:voice_profile_domain_arn, :client_request_token] include Aws::Structure end |
#kinesis_video_stream_source_task_configuration ⇒ Types::KinesisVideoStreamSourceTaskConfiguration
The task configuration for the Kinesis video stream source of the media insights pipeline.
3138 3139 3140 3141 3142 3143 3144 3145 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3138 class StartSpeakerSearchTaskRequest < Struct.new( :identifier, :voice_profile_domain_arn, :kinesis_video_stream_source_task_configuration, :client_request_token) SENSITIVE = [:voice_profile_domain_arn, :client_request_token] include Aws::Structure end |
#voice_profile_domain_arn ⇒ String
The ARN of the voice profile domain that will store the voice profile.
3138 3139 3140 3141 3142 3143 3144 3145 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3138 class StartSpeakerSearchTaskRequest < Struct.new( :identifier, :voice_profile_domain_arn, :kinesis_video_stream_source_task_configuration, :client_request_token) SENSITIVE = [:voice_profile_domain_arn, :client_request_token] include Aws::Structure end |