AWSRekognitionCreateCollectionResponse
Objective-C
@interface AWSRekognitionCreateCollectionResponse
Swift
class AWSRekognitionCreateCollectionResponse
-
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionArn;Swift
var collectionArn: String? { get set } -
Version number of the face detection model associated with the collection you are creating.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable faceModelVersion;Swift
var faceModelVersion: String? { get set } -
HTTP status code indicating the result of the operation.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable statusCode;Swift
var statusCode: NSNumber? { get set }
View on GitHub
Install in Dash
AWSRekognitionCreateCollectionResponse Class Reference