Module Values.HumanLoopDataAttributesSource

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

Sourcetype nonrec t = {
  1. contentClassifiers : ContentClassifiers.t option;
    (*

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

    *)
}
Sourceval make : ?contentClassifiers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t