Class: Aws::Rekognition::Types::Challenge
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Challenge
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Describes the type and version of the challenge being used for the Face Liveness session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of the challenge being used for the Face Liveness session.
-
#version ⇒ String
The version of the challenge being used for the Face Liveness session.
Instance Attribute Details
#type ⇒ String
The type of the challenge being used for the Face Liveness session.
447 448 449 450 451 452 |
# File 'lib/aws-sdk-rekognition/types.rb', line 447 class Challenge < Struct.new( :type, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the challenge being used for the Face Liveness session.
447 448 449 450 451 452 |
# File 'lib/aws-sdk-rekognition/types.rb', line 447 class Challenge < Struct.new( :type, :version) SENSITIVE = [] include Aws::Structure end |