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

DetectModerationLabelsResponse

import type { DetectModerationLabelsResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rekognition.ts";
interface DetectModerationLabelsResponse {
HumanLoopActivationOutput?: HumanLoopActivationOutput | null;
ModerationLabels?: ModerationLabel[] | null;
ModerationModelVersion?: string | null;
}

§Properties

§
HumanLoopActivationOutput?: HumanLoopActivationOutput | null
[src]
§
ModerationLabels?: ModerationLabel[] | null
[src]
§
ModerationModelVersion?: string | null
[src]