AWSRekognitionCustomizationFeatureConfig
Objective-C
@interface AWSRekognitionCustomizationFeatureConfig
Swift
class AWSRekognitionCustomizationFeatureConfig
Feature specific configuration for the training job. Configuration provided for the job must match the feature type parameter associated with project. If configuration and feature type do not match an InvalidParameterException is returned.
-
Configuration options for Custom Moderation training.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionCustomizationFeatureContentModerationConfig *_Nullable contentModeration;
Swift
var contentModeration: AWSRekognitionCustomizationFeatureContentModerationConfig? { get set }