AWSRekognitionMediaAnalysisDetectModerationLabelsConfig

Objective-C

@interface AWSRekognitionMediaAnalysisDetectModerationLabelsConfig

Swift

class AWSRekognitionMediaAnalysisDetectModerationLabelsConfig

Configuration for Moderation Labels Detection.

  • Specifies the minimum confidence level for the moderation labels to return. Amazon Rekognition doesn’t return any labels with a confidence level lower than this specified value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable minConfidence;

    Swift

    var minConfidence: NSNumber? { get set }
  • Specifies the custom moderation model to be used during the label detection job. If not provided the pre-trained model is used.

    Declaration

    Objective-C

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

    Swift

    var projectVersion: String? { get set }