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.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DetectModerationLabelsResponse {
HumanLoopActivationOutput?: HumanLoopActivationOutput | null;
ModerationLabels?: ModerationLabel[] | null;
ModerationModelVersion?: string | null;
}

§Properties

§
HumanLoopActivationOutput?: HumanLoopActivationOutput | null
[src]

Shows the results of the human in the loop evaluation.

§
ModerationLabels?: ModerationLabel[] | null
[src]

Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.

§
ModerationModelVersion?: string | null
[src]

Version number of the moderation detection model that was used to detect unsafe content.