

# Code examples for Amazon Transcribe using AWS SDKs
<a name="service_code_examples"></a>

The following code examples show how to use Amazon Transcribe with an AWS software development kit (SDK). 

*Actions* are code excerpts from larger programs and must be run in context. While actions show you how to call individual service functions, you can see actions in context in their related scenarios.

*Scenarios* are code examples that show you how to accomplish specific tasks by calling multiple functions within a service or combined with other AWS services.

For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](getting-started-sdk.md#sdk-general-information-section). This topic also includes information about getting started and details about previous SDK versions.

**Contents**
+ [Basics](service_code_examples_basics.md)
  + [Actions](service_code_examples_actions.md)
    + [`CreateVocabulary`](example_transcribe_CreateVocabulary_section.md)
    + [`DeleteMedicalTranscriptionJob`](example_transcribe_DeleteMedicalTranscriptionJob_section.md)
    + [`DeleteTranscriptionJob`](example_transcribe_DeleteTranscriptionJob_section.md)
    + [`DeleteVocabulary`](example_transcribe_DeleteVocabulary_section.md)
    + [`GetTranscriptionJob`](example_transcribe_GetTranscriptionJob_section.md)
    + [`GetVocabulary`](example_transcribe_GetVocabulary_section.md)
    + [`ListMedicalTranscriptionJobs`](example_transcribe_ListMedicalTranscriptionJobs_section.md)
    + [`ListTranscriptionJobs`](example_transcribe_ListTranscriptionJobs_section.md)
    + [`ListVocabularies`](example_transcribe_ListVocabularies_section.md)
    + [`StartMedicalTranscriptionJob`](example_transcribe_StartMedicalTranscriptionJob_section.md)
    + [`StartTranscriptionJob`](example_transcribe_StartTranscriptionJob_section.md)
    + [`UpdateVocabulary`](example_transcribe_UpdateVocabulary_section.md)
+ [Scenarios](service_code_examples_scenarios.md)
  + [Build an Amazon Transcribe streaming app](example_cross_TranscriptionStreamingApp_section.md)
  + [Convert text to speech and back to text](example_cross_Telephone_section.md)
  + [Create and refine a custom vocabulary](example_transcribe_Scenario_CustomVocabulary_section.md)
  + [Transcribe audio and get job data](example_transcribe_Scenario_GettingStartedTranscriptionJobs_section.md)