

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

# AWS SDKs를 사용한 Amazon Rekognition 코드 예제
<a name="service_code_examples"></a>

다음 코드 예제에서는 Amazon Rekognition을 AWS 소프트웨어 개발 키트(SDK)와 함께 사용하는 방법을 보여줍니다. 이 장의 코드 예제는 이 가이드의 나머지 부분에 있는 코드 예제를 보완하기 위한 것입니다.

*작업*은 대규모 프로그램에서 발췌한 코드이며 컨텍스트에 맞춰 실행해야 합니다. 작업은 개별 서비스 함수를 직접 호출하는 방법을 보여주며, 관련 시나리오의 컨텍스트에 맞는 작업을 볼 수 있습니다.

*시나리오*는 동일한 서비스 내에서 또는 다른 AWS 서비스와 결합된 상태에서 여러 함수를 직접적으로 호출하여 특정 태스크를 수행하는 방법을 보여주는 코드 예제입니다.

 AWS SDK 개발자 안내서 및 코드 예제의 전체 목록은 섹션을 참조하세요[AWS SDK에서 Rekognition 사용](sdk-general-information-section.md). 이 주제에는 시작하기에 대한 정보와 이전 SDK 버전에 대한 세부 정보도 포함되어 있습니다.

**Contents**
+ [기본 사항](service_code_examples_basics.md)
  + [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)