Amazon Rekognition · Schema

CreateFaceLivenessSessionRequest

CreateFaceLivenessSessionRequest schema from Amazon Rekognition

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

Properties

Name Type Description
KmsKeyId string
Settings object
ClientRequestToken string
View JSON Schema on GitHub

JSON Schema

amazon-rekognition-create-face-liveness-session-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-create-face-liveness-session-request-schema.json",
  "title": "CreateFaceLivenessSessionRequest",
  "description": "CreateFaceLivenessSessionRequest schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "KmsKeyId": {
      "type": "string"
    },
    "Settings": {
      "type": "object"
    },
    "ClientRequestToken": {
      "type": "string"
    }
  }
}