

Doc AWS SDK Examples GitHub リポジトリには、他にも SDK の例があります。 [AWS](https://github.com/awsdocs/aws-doc-sdk-examples)

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

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

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

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

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

**その他のリソース**
+  **[ Amazon Rekognition デベロッパーガイド](https://docs.aws.amazon.com/rekognition/latest/dg/what-is.html)** — Amazon Rekognition に関する詳細情報。
+ **[Amazon Rekognition API リファレンス](https://docs.aws.amazon.com/rekognition/latest/APIReference/Welcome.html)** — 使用可能なすべての Amazon Rekognition アクションに関する詳細。
+ **[AWS デベロッパーセンター](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23rekognition)** – カテゴリまたは全文検索でフィルタリングできるコード例。
+ **[AWS SDK の例](https://github.com/awsdocs/aws-doc-sdk-examples)** – 完全なコードを優先言語で含む GitHub リポジトリ。コードの設定と実行に関する説明が記載されています。

**Contents**
+ [基本](rekognition_code_examples_basics.md)
  + [Hello Amazon Rekognition](rekognition_example_rekognition_Hello_section.md)
  + [アクション](rekognition_code_examples_actions.md)
    + [`CompareFaces`](rekognition_example_rekognition_CompareFaces_section.md)
    + [`CreateCollection`](rekognition_example_rekognition_CreateCollection_section.md)
    + [`DeleteCollection`](rekognition_example_rekognition_DeleteCollection_section.md)
    + [`DeleteFaces`](rekognition_example_rekognition_DeleteFaces_section.md)
    + [`DescribeCollection`](rekognition_example_rekognition_DescribeCollection_section.md)
    + [`DetectFaces`](rekognition_example_rekognition_DetectFaces_section.md)
    + [`DetectLabels`](rekognition_example_rekognition_DetectLabels_section.md)
    + [`DetectModerationLabels`](rekognition_example_rekognition_DetectModerationLabels_section.md)
    + [`DetectText`](rekognition_example_rekognition_DetectText_section.md)
    + [`GetCelebrityInfo`](rekognition_example_rekognition_GetCelebrityInfo_section.md)
    + [`IndexFaces`](rekognition_example_rekognition_IndexFaces_section.md)
    + [`ListCollections`](rekognition_example_rekognition_ListCollections_section.md)
    + [`ListFaces`](rekognition_example_rekognition_ListFaces_section.md)
    + [`RecognizeCelebrities`](rekognition_example_rekognition_RecognizeCelebrities_section.md)
    + [`SearchFaces`](rekognition_example_rekognition_SearchFaces_section.md)
    + [`SearchFacesByImage`](rekognition_example_rekognition_SearchFacesByImage_section.md)
+ [シナリオ](rekognition_code_examples_scenarios.md)
  + [コレクションを構築し、その中に顔を検索します。](rekognition_example_rekognition_Usage_FindFacesInCollection_section.md)
  + [サーバーレスアプリケーションを作成して写真の管理](rekognition_example_cross_PAM_section.md)
  + [画像内の PPE を検出する](rekognition_example_cross_RekognitionPhotoAnalyzerPPE_section.md)
  + [イメージ内の要素の検出と表示](rekognition_example_rekognition_Usage_DetectAndDisplayImage_section.md)
  + [イメージ内の顔を検出します](rekognition_example_cross_DetectFaces_section.md)
  + [ビデオ内の情報を検出する](rekognition_example_rekognition_VideoDetection_section.md)
  + [画像内のオブジェクトを検出する](rekognition_example_cross_RekognitionPhotoAnalyzer_section.md)
  + [動画内の人物や物体を検出する](rekognition_example_cross_RekognitionVideoDetection_section.md)
  + [EXIF およびその他のイメージ情報を保存します](rekognition_example_cross_DetectLabels_section.md)