Class: Aws::Rekognition::Types::CreateFaceLivenessSessionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

Idempotent token is used to recognize the Face Liveness request. If the same token is used with multiple CreateFaceLivenessSession requests, the same session is returned. This token is employed to avoid unintentionally creating the same session multiple times.

Returns:

  • (String)


942
943
944
945
946
947
948
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 942

class CreateFaceLivenessSessionRequest < Struct.new(
  :kms_key_id,
  :settings,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt audit images and reference images.

Returns:

  • (String)


942
943
944
945
946
947
948
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 942

class CreateFaceLivenessSessionRequest < Struct.new(
  :kms_key_id,
  :settings,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#settingsTypes::CreateFaceLivenessSessionRequestSettings

A session settings object. It contains settings for the operation to be performed. For Face Liveness, it accepts OutputConfig and AuditImagesLimit.



942
943
944
945
946
947
948
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 942

class CreateFaceLivenessSessionRequest < Struct.new(
  :kms_key_id,
  :settings,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end