Method: Aws::ChimeSDKMediaPipelines::Client#start_speaker_search_task
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/client.rb
#start_speaker_search_task(params = {}) ⇒ Types::StartSpeakerSearchTaskResponse
Starts a speaker search task.
Before starting any speaker search tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the [AWS service terms] for the Amazon Chime SDK.
2160 2161 2162 2163 |
# File 'lib/aws-sdk-chimesdkmediapipelines/client.rb', line 2160 def start_speaker_search_task(params = {}, = {}) req = build_request(:start_speaker_search_task, params) req.send_request() end |