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

ContentModerationDetection

import type { ContentModerationDetection } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

Information about an inappropriate, unwanted, or offensive content label detection in a stored video.

interface ContentModerationDetection {
ModerationLabel?: ModerationLabel | null;
Timestamp?: number | null;
}

§Properties

§
ModerationLabel?: ModerationLabel | null
[src]

The content moderation label detected by in the stored video.

§
Timestamp?: number | null
[src]

Time, in milliseconds from the beginning of the video, that the content moderation label was detected. Note that Timestamp is not guaranteed to be accurate to the individual frame where the moderated content first appears.