

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# AWS SDKs를 사용한 Amazon Transcribe 작업
<a name="service_code_examples_actions"></a>

다음 코드 예제에서는 AWS SDKs를 사용하여 개별 Amazon Transcribe 작업을 수행하는 방법을 보여줍니다. 각 예제에는 GitHub에 대한 링크가 포함되어 있습니다. 여기에서 코드 설정 및 실행에 대한 지침을 찾을 수 있습니다.

이들 발췌문은 Amazon Transcribe API를 호출하며, 컨텍스트에서 실행되어야 하는 더 큰 프로그램에서 발췌한 코드입니다. [AWS SDKs를 사용한 Amazon Transcribe 시나리오](service_code_examples_scenarios.md)에서 컨텍스트에 맞는 작업을 볼 수 있습니다.

 다음 예제에는 가장 일반적으로 사용되는 작업만 포함되어 있습니다. 전체 목록은 [Amazon Transcribe API 참조](https://docs.aws.amazon.com/transcribe/latest/APIReference/Welcome.html)를 참조하세요.

**Topics**
+ [`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)