Amazon Rekognition · Example Payload

Amazon Rekognition Detect Custom Labels Request Example

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

Amazon Rekognition Detect Custom Labels Request Example is an example object payload from Amazon Rekognition, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ProjectVersionArnImageMaxResultsMinConfidence

Example Payload

Raw ↑
{
  "ProjectVersionArn": "arn:aws:rekognition:us-east-1:123456789012:collection/my-collection",
  "Image": "sample-value",
  "MaxResults": 59,
  "MinConfidence": 69.24
}