

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# SDK を使用した Amazon Polly のコード例 AWS SDKs
<a name="service_code_examples"></a>

次のコード例は、 AWS Software Development Kit (SDK) で Amazon Polly を使用する方法を示しています。

*アクション*はより大きなプログラムからのコードの抜粋であり、コンテキスト内で実行する必要があります。アクションは個々のサービス機能を呼び出す方法を示していますが、コンテキスト内のアクションは、関連するシナリオで確認できます。

*シナリオ*は、1 つのサービス内から、または他の AWS のサービスと組み合わせて複数の関数を呼び出し、特定のタスクを実行する方法を示すコード例です。

 AWS SDK 開発者ガイドとコード例の完全なリストについては、「」を参照してください[AWS SDK での Amazon Polly の使用](sdk-general-information-section.md)。このトピックには、使用開始方法に関する情報と、以前の SDK バージョンの詳細も含まれています。

**Contents**
+ [基本](service_code_examples_basics.md)
  + [アクション](service_code_examples_actions.md)
    + [`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)
+ [シナリオ](service_code_examples_scenarios.md)
  + [テキストを音声に変換し、テキストに戻す](example_cross_Telephone_section.md)
  + [リップシンクアプリケーションを作成する](example_polly_LipSync_section.md)
  + [顧客からのフィードバックを分析するアプリケーションの作成](example_cross_FSA_section.md)
  + [Amazon Polly の開始方法](example_polly_GettingStarted_082_section.md)