AWSRekognitionLivenessOutputConfig
Objective-C
@interface AWSRekognitionLivenessOutputConfig
Swift
class AWSRekognitionLivenessOutputConfig
Contains settings that specify the location of an Amazon S3 bucket used to store the output of a Face Liveness session. Note that the S3 bucket must be located in the caller’s AWS account and in the same region as the Face Liveness end-point. Additionally, the Amazon S3 object keys are auto-generated by the Face Liveness system.
Required parameters: [S3Bucket]
-
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Bucket;
Swift
var s3Bucket: String? { get set }
-
The prefix prepended to the output files for the Face Liveness session results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3KeyPrefix;
Swift
var s3KeyPrefix: String? { get set }