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

GetContentModerationResponse

import type { GetContentModerationResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface GetContentModerationResponse {
JobStatus?: VideoJobStatus | null;
ModerationLabels?: ContentModerationDetection[] | null;
ModerationModelVersion?: string | null;
NextToken?: string | null;
StatusMessage?: string | null;
VideoMetadata?: VideoMetadata | null;
}

§Properties

§
JobStatus?: VideoJobStatus | null
[src]

The current status of the content moderation analysis job.

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

The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were detected.

§
ModerationModelVersion?: string | null
[src]

Version number of the moderation detection model that was used to detect inappropriate, unwanted, or offensive content.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of content moderation labels.

§
StatusMessage?: string | null
[src]

If the job fails, StatusMessage provides a descriptive error message.

§
VideoMetadata?: VideoMetadata | null
[src]

Information about a video that Amazon Rekognition analyzed. Videometadata is returned in every page of paginated responses from GetContentModeration.