AWSRekognitionGetFaceLivenessSessionResultsRequest

Objective-C

@interface AWSRekognitionGetFaceLivenessSessionResultsRequest

Swift

class AWSRekognitionGetFaceLivenessSessionResultsRequest
  • A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable sessionId;

    Swift

    var sessionId: String? { get set }