ChimeSDKMediaPipelines / Client / stop_voice_tone_analysis_task

stop_voice_tone_analysis_task#

ChimeSDKMediaPipelines.Client.stop_voice_tone_analysis_task(**kwargs)#

Stops a voice tone analysis task.

See also: AWS API Documentation

Request Syntax

response = client.stop_voice_tone_analysis_task(
    Identifier='string',
    VoiceToneAnalysisTaskId='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.

  • VoiceToneAnalysisTaskId (string) –

    [REQUIRED]

    The ID of the voice tone analysis task.

Returns:

None

Exceptions