The output of DetectModerationLabelsCommand.

interface DetectModerationLabelsCommandOutput {
    $metadata: ResponseMetadata;
    HumanLoopActivationOutput?: HumanLoopActivationOutput;
    ModerationLabels?: ModerationLabel[];
    ModerationModelVersion?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

HumanLoopActivationOutput?: HumanLoopActivationOutput

Shows the results of the human in the loop evaluation.

ModerationLabels?: ModerationLabel[]

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

ModerationModelVersion?: string

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