Transcribe

Implementation details for API transcribe

Coverage Overview

Transcribe is supported by LocalStack in the community image.

AvailabilityTesting*
OperationImplementedImageInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
CreateCallAnalyticsCategory
CreateLanguageModel
CreateMedicalVocabulary✔️community✔️
CreateVocabulary✔️community✔️
CreateVocabularyFilter
DeleteCallAnalyticsCategory
DeleteCallAnalyticsJob
DeleteLanguageModel
DeleteMedicalScribeJob
DeleteMedicalTranscriptionJob✔️community✔️
DeleteMedicalVocabulary✔️community✔️
DeleteTranscriptionJob✔️community✔️✔️✔️Show Tests
DeleteVocabulary✔️community✔️
DeleteVocabularyFilter
DescribeLanguageModel
GetCallAnalyticsCategory
GetCallAnalyticsJob
GetMedicalScribeJob
GetMedicalTranscriptionJob✔️community✔️
GetMedicalVocabulary✔️community✔️
GetTranscriptionJob✔️community✔️✔️✔️Show Tests
GetVocabulary✔️community✔️
GetVocabularyFilter
ListCallAnalyticsCategories
ListCallAnalyticsJobs
ListLanguageModels
ListMedicalScribeJobs
ListMedicalTranscriptionJobs✔️community✔️
ListMedicalVocabularies✔️community✔️
ListTagsForResource
ListTranscriptionJobs✔️community✔️✔️✔️Show Tests
ListVocabularies✔️community✔️
ListVocabularyFilters
StartCallAnalyticsJob
StartMedicalScribeJob
StartMedicalTranscriptionJob✔️community✔️
StartTranscriptionJob✔️community✔️✔️✔️✔️Show Tests
TagResource
UntagResource
UpdateCallAnalyticsCategory
UpdateMedicalVocabulary
UpdateVocabulary
UpdateVocabularyFilter

Terminology

  • Internal Test Suite: tested by LocalStack's internal integration test suite
  • External Test Suite: covered by an external integration test suite, that runs against LocalStack
  • Terraform Validated: operation tested with Terraform
  • AWS Validated: the integration test that includes this operation call was validated against AWS
  • Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same

Testing Details

This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.

How to read the test details?

For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.

  • Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
  • Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
    • test name
    • status code returned (which is the expected one for the test case)
    • information about validation:
      • AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
      • Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS


DeleteTranscriptionJob

Parameters: TranscriptionJobName
  • LocalStack Community
    • test_get_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_get_transcription_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_transcription_jobs LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_list_transcription_jobs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[None-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[None-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-2-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-2-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-3-test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-3-test-output] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-4-test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-4-test-output.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-6-test-files/test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-6-test-files/test-output] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job_same_name LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job_same_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_unsupported_media_format_failure LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_deletion LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_deletion HTTP Status Code: 400 (NotFoundException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 400 (NotFoundException) AWS validated Snapshot Tested

GetTranscriptionJob

Parameters: TranscriptionJobName
  • LocalStack Community
    • test_get_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_get_transcription_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[None-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[None-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-2-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-2-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-3-test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-3-test-output] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-4-test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-4-test-output.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-6-test-files/test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-6-test-files/test-output] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job_same_name LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job_same_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_unsupported_media_format_failure LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_get_transcription_job HTTP Status Code: 400 (NotFoundException) AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 400 (NotFoundException) AWS validated Snapshot Tested

ListTranscriptionJobs

Parameters: - (without any parameters)
  • LocalStack Community
    • test_list_transcription_jobs LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_list_transcription_jobs HTTP Status Code: 200 AWS validated Snapshot Tested

StartTranscriptionJob

Parameters: LanguageCode, Media, OutputBucketName, OutputKey, TranscriptionJobName
  • LocalStack Community
    • test_transcribe_start_job[test-output-bucket-3-test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-3-test-output] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-4-test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-4-test-output.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-5-test-files/test-output.json] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[test-output-bucket-6-test-files/test-output] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-6-test-files/test-output] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: LanguageCode, Media, OutputBucketName, TranscriptionJobName
  • LocalStack Community
    • test_transcribe_start_job[test-output-bucket-2-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[test-output-bucket-2-None] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: LanguageCode, Media, TranscriptionJobName
  • LocalStack Community
    • test_get_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_get_transcription_job HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_transcription_jobs LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_list_transcription_jobs HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_happy_path LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_happy_path HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job[None-None] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job[None-None] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_start_job_same_name LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job_same_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.amr-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.flac-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp3-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.mp4-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.ogg-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-gb.webm-hello my name is] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mkv-one of the most vital] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_supported_media_formats[../../files/en-us_video.mp4-one of the most vital] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_transcribe_unsupported_media_format_failure LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_unsupported_media_format_failure HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failing_start_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_start_transcription_job HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested
    • test_transcribe_start_job_same_name LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_transcribe_start_job_same_name HTTP Status Code: 400 (ConflictException) AWS validated Snapshot Tested
Parameters: Media, TranscriptionJobName
  • LocalStack Community
    • test_failing_start_transcription_job LocalStack Community: tests/aws/services/transcribe/test_transcribe.py::TestTranscribe::test_failing_start_transcription_job HTTP Status Code: 400 (BadRequestException) AWS validated Snapshot Tested


Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)