Amazon Rekognition · Example Payload

Amazon Rekognition Search Faces By Image Request Example

Celebrity RecognitionComputer-VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine-LearningObject DetectionText DetectionVideo Analysis

Amazon Rekognition Search Faces By Image Request Example is an example object payload from Amazon Rekognition, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CollectionIdImageMaxFacesFaceMatchThresholdQualityFilter

Example Payload

Raw ↑
{
  "CollectionId": "my-face-collection",
  "Image": "sample-value",
  "MaxFaces": 5,
  "FaceMatchThreshold": 80.0,
  "QualityFilter": "NONE"
}