Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HumanLoopDataAttributes

import type { HumanLoopDataAttributes } from "https://aws-api.deno.dev/v0.3/services/textract.ts?docs=full";

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

interface HumanLoopDataAttributes {
ContentClassifiers?: ContentClassifier[] | null;
}

§Properties

§
ContentClassifiers?: ContentClassifier[] | null
[src]

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