Amazon Rekognition · JSON Structure

Amazon Rekognition Get Face Liveness Session Results Response Structure

GetFaceLivenessSessionResultsResponse schema from Amazon Rekognition

Type: object Properties: 5
Celebrity RecognitionComputer VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine LearningObject DetectionText DetectionVideo Analysis

GetFaceLivenessSessionResultsResponse is a JSON Structure definition published by Amazon Rekognition, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SessionId Status Confidence ReferenceImage AuditImages

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-structure/amazon-rekognition-get-face-liveness-session-results-response-structure.json",
  "name": "GetFaceLivenessSessionResultsResponse",
  "description": "GetFaceLivenessSessionResultsResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "SessionId": {
      "type": "uuid"
    },
    "Status": {
      "type": "string",
      "enum": [
        "CREATED",
        "IN_PROGRESS",
        "SUCCEEDED",
        "FAILED",
        "EXPIRED"
      ]
    },
    "Confidence": {
      "type": "float",
      "description": "Confidence value between 0 and 100 of live presence.",
      "example": 98.5
    },
    "ReferenceImage": {
      "type": "object"
    },
    "AuditImages": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}