Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information.

interface HumanLoopDataAttributes {
    ContentClassifiers?: ContentClassifier[];
}

Properties

ContentClassifiers?: ContentClassifier[]

Sets whether the input image is free of personally identifiable information.