

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

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

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

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

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

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

**Contents**
+ [基本](service_code_examples_basics.md)
  + [アクション](service_code_examples_actions.md)
    + [`CreateDocumentClassifier`](example_comprehend_CreateDocumentClassifier_section.md)
    + [`DeleteDocumentClassifier`](example_comprehend_DeleteDocumentClassifier_section.md)
    + [`DescribeDocumentClassificationJob`](example_comprehend_DescribeDocumentClassificationJob_section.md)
    + [`DescribeDocumentClassifier`](example_comprehend_DescribeDocumentClassifier_section.md)
    + [`DescribeTopicsDetectionJob`](example_comprehend_DescribeTopicsDetectionJob_section.md)
    + [`DetectDominantLanguage`](example_comprehend_DetectDominantLanguage_section.md)
    + [`DetectEntities`](example_comprehend_DetectEntities_section.md)
    + [`DetectKeyPhrases`](example_comprehend_DetectKeyPhrases_section.md)
    + [`DetectPiiEntities`](example_comprehend_DetectPiiEntities_section.md)
    + [`DetectSentiment`](example_comprehend_DetectSentiment_section.md)
    + [`DetectSyntax`](example_comprehend_DetectSyntax_section.md)
    + [`ListDocumentClassificationJobs`](example_comprehend_ListDocumentClassificationJobs_section.md)
    + [`ListDocumentClassifiers`](example_comprehend_ListDocumentClassifiers_section.md)
    + [`ListTopicsDetectionJobs`](example_comprehend_ListTopicsDetectionJobs_section.md)
    + [`StartDocumentClassificationJob`](example_comprehend_StartDocumentClassificationJob_section.md)
    + [`StartTopicsDetectionJob`](example_comprehend_StartTopicsDetectionJob_section.md)
+ [シナリオ](service_code_examples_scenarios.md)
  + [Amazon Transcribe ストリーミングアプリケーションを構築する](example_cross_TranscriptionStreamingApp_section.md)
  + [Amazon Lex チャットボットを構築する](example_cross_LexChatbotLanguages_section.md)
  + [メッセージングアプリケーションを作成する](example_cross_SQSMessageApp_section.md)
  + [顧客からのフィードバックを分析するアプリケーションの作成](example_cross_FSA_section.md)
  + [ドキュメントの要素を検出する](example_comprehend_Usage_DetectApis_section.md)
  + [画像から抽出されたテキスト内のエンティティを検出する](example_cross_TextractComprehendDetectEntities_section.md)
  + [サンプルデータに対してトピックモデリングジョブを実行する。](example_comprehend_Usage_TopicModeler_section.md)
  + [カスタム分類子をトレーニングしてドキュメントを分類します。](example_comprehend_Usage_ComprehendClassifier_section.md)