

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

# AWS SDKs를 사용한 Amazon Transcribe의 코드 예제
<a name="service_code_examples"></a>

다음 코드 예제에서는 Amazon Transcribe를 AWS 소프트웨어 개발 키트(SDK)와 함께 사용하는 방법을 보여줍니다.

*작업*은 대규모 프로그램에서 발췌한 코드이며 컨텍스트에 맞춰 실행해야 합니다. 작업은 개별 서비스 함수를 직접 호출하는 방법을 보여주며, 관련 시나리오의 컨텍스트에 맞는 작업을 볼 수 있습니다.

*시나리오*는 동일한 서비스 내에서 또는 다른 AWS 서비스와 결합된 상태에서 여러 함수를 직접적으로 호출하여 특정 태스크를 수행하는 방법을 보여주는 코드 예제입니다.

 AWS SDK 개발자 안내서 및 코드 예제의 전체 목록은 섹션을 참조하세요[AWS SDK에서이 서비스 사용](getting-started-sdk.md#sdk-general-information-section). 이 주제에는 시작하기에 대한 정보와 이전 SDK 버전에 대한 세부 정보도 포함되어 있습니다.

**Contents**
+ [기본 사항](service_code_examples_basics.md)
  + [작업](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)
+ [시나리오](service_code_examples_scenarios.md)
  + [Amazon Transcribe 스트리밍 앱 구축](example_cross_TranscriptionStreamingApp_section.md)
  + [텍스트를 스피치로, 다시 스피치에서 텍스트로 변환](example_cross_Telephone_section.md)
  + [사용자 지정 어휘 생성 및 세부 조정](example_transcribe_Scenario_CustomVocabulary_section.md)
  + [오디오 전사 및 작업 데이터 가져오기](example_transcribe_Scenario_GettingStartedTranscriptionJobs_section.md)