ChimeSDKMediaPipelines / Client / stop_speaker_search_task

stop_speaker_search_task#

ChimeSDKMediaPipelines.Client.stop_speaker_search_task(**kwargs)#

Stops a speaker search task.

See also: AWS API Documentation

Request Syntax

response = client.stop_speaker_search_task(
    Identifier='string',
    SpeakerSearchTaskId='string'
)
Parameters:
  • Identifier (string) –

    [REQUIRED]

    The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.

  • SpeakerSearchTaskId (string) –

    [REQUIRED]

    The speaker search task ID.

Returns:

None

Exceptions