Class: Aws::Rekognition::Types::GetFaceLivenessSessionResultsResponse

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

#audit_imagesArray<Types::AuditImage>

A set of images from the Face Liveness video that can be used for audit purposes. It includes a bounding box of the face and the Base64-encoded bytes that return an image. If the CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an S3Object specified in the output configuration. If no Amazon S3 bucket is defined, raw bytes are sent instead.

Returns:



3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3683

class GetFaceLivenessSessionResultsResponse < Struct.new(
  :session_id,
  :status,
  :confidence,
  :reference_image,
  :audit_images,
  :challenge)
  SENSITIVE = []
  include Aws::Structure
end

#challengeTypes::Challenge

Contains information regarding the challenge type used for the Face Liveness check.

Returns:



3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3683

class GetFaceLivenessSessionResultsResponse < Struct.new(
  :session_id,
  :status,
  :confidence,
  :reference_image,
  :audit_images,
  :challenge)
  SENSITIVE = []
  include Aws::Structure
end

#confidenceFloat

Probabalistic confidence score for if the person in the given video was live, represented as a float value between 0 to 100.

Returns:

  • (Float)


3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3683

class GetFaceLivenessSessionResultsResponse < Struct.new(
  :session_id,
  :status,
  :confidence,
  :reference_image,
  :audit_images,
  :challenge)
  SENSITIVE = []
  include Aws::Structure
end

#reference_imageTypes::AuditImage

A high-quality image from the Face Liveness video that can be used for face comparison or search. It includes a bounding box of the face and the Base64-encoded bytes that return an image. If the CreateFaceLivenessSession request included an OutputConfig argument, the image will be uploaded to an S3Object specified in the output configuration. In case the reference image is not returned, it's recommended to retry the Liveness check.

Returns:



3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3683

class GetFaceLivenessSessionResultsResponse < Struct.new(
  :session_id,
  :status,
  :confidence,
  :reference_image,
  :audit_images,
  :challenge)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The sessionId for which this request was called.

Returns:

  • (String)


3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3683

class GetFaceLivenessSessionResultsResponse < Struct.new(
  :session_id,
  :status,
  :confidence,
  :reference_image,
  :audit_images,
  :challenge)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Represents a status corresponding to the state of the session. Possible statuses are: CREATED, IN_PROGRESS, SUCCEEDED, FAILED, EXPIRED.

Returns:

  • (String)


3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3683

class GetFaceLivenessSessionResultsResponse < Struct.new(
  :session_id,
  :status,
  :confidence,
  :reference_image,
  :audit_images,
  :challenge)
  SENSITIVE = []
  include Aws::Structure
end