AWSRekognitionCreateProjectRequest

Objective-C

@interface AWSRekognitionCreateProjectRequest

Swift

class AWSRekognitionCreateProjectRequest
  • Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.

    Declaration

    Objective-C

    @property (nonatomic) AWSRekognitionProjectAutoUpdate autoUpdate;

    Swift

    var autoUpdate: AWSRekognitionProjectAutoUpdate { get set }
  • Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.

    Declaration

    Objective-C

    @property (nonatomic) AWSRekognitionCustomizationFeature feature;

    Swift

    var feature: AWSRekognitionCustomizationFeature { get set }
  • The name of the project to create.

    Declaration

    Objective-C

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

    Swift

    var projectName: String? { get set }