Amazon Rekognition · JSON Structure

Amazon Rekognition Create Face Liveness Session Response Structure

CreateFaceLivenessSessionResponse schema from Amazon Rekognition

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

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

Properties

SessionId

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-create-face-liveness-session-response-structure.json",
  "name": "CreateFaceLivenessSessionResponse",
  "description": "CreateFaceLivenessSessionResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "SessionId": {
      "type": "uuid",
      "description": "A unique 128-bit UUID identifying a Face Liveness session.",
      "example": "550e8400-e29b-41d4-a716-446655440000"
    }
  }
}