

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

# AWS SDKs를 사용하는 Amazon Polly에 대한 작업
<a name="service_code_examples_actions"></a>

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

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

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

**Topics**
+ [`DeleteLexicon`](example_polly_DeleteLexicon_section.md)
+ [`DescribeVoices`](example_polly_DescribeVoices_section.md)
+ [`GetLexicon`](example_polly_GetLexicon_section.md)
+ [`GetSpeechSynthesisTask`](example_polly_GetSpeechSynthesisTask_section.md)
+ [`ListLexicons`](example_polly_ListLexicons_section.md)
+ [`ListSpeechSynthesisTasks`](example_polly_ListSpeechSynthesisTasks_section.md)
+ [`PutLexicon`](example_polly_PutLexicon_section.md)
+ [`StartSpeechSynthesisTask`](example_polly_StartSpeechSynthesisTask_section.md)
+ [`SynthesizeSpeech`](example_polly_SynthesizeSpeech_section.md)