AWSRekognitionProjectDescription
Objective-C
@interface AWSRekognitionProjectDescription
Swift
class AWSRekognitionProjectDescription
A description of a Amazon Rekognition Custom Labels project.
-
The Unix timestamp for the date and time that the project was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTimestamp;
Swift
var creationTimestamp: Date? { get set }
-
The Amazon Resource Name (ARN) of the project.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable projectArn;
Swift
var projectArn: String? { get set }
-
The current status of the project.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionProjectStatus status;
Swift
var status: AWSRekognitionProjectStatus { get set }