AWSRekognitionCreateProjectRequest

Objective-C

@interface AWSRekognitionCreateProjectRequest

Swift

class AWSRekognitionCreateProjectRequest
  • The name of the project to create.

    Declaration

    Objective-C

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

    Swift

    var projectName: String? { get set }