AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetFaceLivenessSessionResults operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Rekognition.Model.GetFaceLivenessSessionResultsResponse

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class GetFaceLivenessSessionResultsResponse : AmazonWebServiceResponse

The GetFaceLivenessSessionResultsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AuditImages System.Collections.Generic.List<Amazon.Rekognition.Model.AuditImage>

Gets and sets the property AuditImages.

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.

Public Property Challenge Amazon.Rekognition.Model.Challenge

Gets and sets the property Challenge.

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

Public Property Confidence System.Single

Gets and sets the property Confidence.

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

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ReferenceImage Amazon.Rekognition.Model.AuditImage

Gets and sets the property ReferenceImage.

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.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SessionId System.String

Gets and sets the property SessionId.

The sessionId for which this request was called.

Public Property Status Amazon.Rekognition.LivenessSessionStatus

Gets and sets the property Status.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5