Amazon Rekognition · Schema

GetFaceLivenessSessionResultsRequest

GetFaceLivenessSessionResultsRequest schema from Amazon Rekognition

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

Properties

Name Type Description
SessionId string The sessionId for the Face Liveness session.
View JSON Schema on GitHub

JSON Schema

amazon-rekognition-get-face-liveness-session-results-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-schema/amazon-rekognition-get-face-liveness-session-results-request-schema.json",
  "title": "GetFaceLivenessSessionResultsRequest",
  "description": "GetFaceLivenessSessionResultsRequest schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "SessionId": {
      "type": "string",
      "format": "uuid",
      "description": "The sessionId for the Face Liveness session."
    }
  },
  "required": [
    "SessionId"
  ]
}