Amazon Rekognition · JSON Structure

Amazon Rekognition Create Face Liveness Session Request Structure

CreateFaceLivenessSessionRequest schema from Amazon Rekognition

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

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

Properties

KmsKeyId Settings ClientRequestToken

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-request-structure.json",
  "name": "CreateFaceLivenessSessionRequest",
  "description": "CreateFaceLivenessSessionRequest schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "KmsKeyId": {
      "type": "string"
    },
    "Settings": {
      "type": "object"
    },
    "ClientRequestToken": {
      "type": "string"
    }
  }
}