

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

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

次のコード例は、 AWS Software Development Kit (SDK) で Amazon Rekognition を使用する方法を示しています。本章のコード例は、このガイドの残りの部分で見られるコード例を補足することを目的としています。

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

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

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

**Contents**
+ [基本](service_code_examples_basics.md)
  + [Hello Amazon Rekognition](example_rekognition_Hello_section.md)
  + [アクション](service_code_examples_actions.md)
    + [`CompareFaces`](example_rekognition_CompareFaces_section.md)
    + [`CreateCollection`](example_rekognition_CreateCollection_section.md)
    + [`DeleteCollection`](example_rekognition_DeleteCollection_section.md)
    + [`DeleteFaces`](example_rekognition_DeleteFaces_section.md)
    + [`DescribeCollection`](example_rekognition_DescribeCollection_section.md)
    + [`DetectFaces`](example_rekognition_DetectFaces_section.md)
    + [`DetectLabels`](example_rekognition_DetectLabels_section.md)
    + [`DetectModerationLabels`](example_rekognition_DetectModerationLabels_section.md)
    + [`DetectText`](example_rekognition_DetectText_section.md)
    + [`GetCelebrityInfo`](example_rekognition_GetCelebrityInfo_section.md)
    + [`IndexFaces`](example_rekognition_IndexFaces_section.md)
    + [`ListCollections`](example_rekognition_ListCollections_section.md)
    + [`ListFaces`](example_rekognition_ListFaces_section.md)
    + [`RecognizeCelebrities`](example_rekognition_RecognizeCelebrities_section.md)
    + [`SearchFaces`](example_rekognition_SearchFaces_section.md)
    + [`SearchFacesByImage`](example_rekognition_SearchFacesByImage_section.md)
+ [シナリオ](service_code_examples_scenarios.md)
  + [コレクションを構築し、その中に顔を検索します。](example_rekognition_Usage_FindFacesInCollection_section.md)
  + [サーバーレスアプリケーションを作成して写真の管理](example_cross_PAM_section.md)
  + [画像内の PPE を検出する](example_cross_RekognitionPhotoAnalyzerPPE_section.md)
  + [イメージ内の要素の検出と表示](example_rekognition_Usage_DetectAndDisplayImage_section.md)
  + [イメージ内の顔を検出します](example_cross_DetectFaces_section.md)
  + [ビデオ内の情報を検出する](example_rekognition_VideoDetection_section.md)
  + [画像内のオブジェクトを検出する](example_cross_RekognitionPhotoAnalyzer_section.md)
  + [動画内の人物や物体を検出する](example_cross_RekognitionVideoDetection_section.md)
  + [EXIF およびその他のイメージ情報を保存します](example_cross_DetectLabels_section.md)