AWSRekognitionCreateFaceLivenessSessionResponse

Objective-C

@interface AWSRekognitionCreateFaceLivenessSessionResponse

Swift

class AWSRekognitionCreateFaceLivenessSessionResponse
  • A unique 128-bit UUID identifying a Face Liveness session.

    Declaration

    Objective-C

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

    Swift

    var sessionId: String? { get set }