stop_meeting_transcription

ChimeSDKMeetings.Client.stop_meeting_transcription(**kwargs)

Stops transcription for the specified meetingId . For more information, refer to Using Amazon Chime SDK live transcription in the Amazon Chime SDK Developer Guide .

Warning

Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.

See also: AWS API Documentation

Request Syntax

response = client.stop_meeting_transcription(
    MeetingId='string'
)
Parameters
MeetingId (string) --

[REQUIRED]

The unique ID of the meeting for which you stop transcription.

Returns
None

Exceptions

  • ChimeSDKMeetings.Client.exceptions.ForbiddenException
  • ChimeSDKMeetings.Client.exceptions.NotFoundException
  • ChimeSDKMeetings.Client.exceptions.BadRequestException
  • ChimeSDKMeetings.Client.exceptions.UnauthorizedException
  • ChimeSDKMeetings.Client.exceptions.UnprocessableEntityException
  • ChimeSDKMeetings.Client.exceptions.ThrottlingException
  • ChimeSDKMeetings.Client.exceptions.ServiceUnavailableException
  • ChimeSDKMeetings.Client.exceptions.ServiceFailureException