Struct rusoto_rekognition::DetectModerationLabelsResponse [] [src]

pub struct DetectModerationLabelsResponse {
    pub moderation_labels: Option<ModerationLabels>,
}

Fields

An array of labels for explicit or suggestive adult content found in the image. The list includes the top-level label and each child label detected in the image. This is useful for filtering specific categories of content.

Trait Implementations

impl Default for DetectModerationLabelsResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for DetectModerationLabelsResponse
[src]

Formats the value using the given formatter.

impl Clone for DetectModerationLabelsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more