Struct rusoto_rekognition::DetectModerationLabelsRequest [] [src]

pub struct DetectModerationLabelsRequest {
    pub image: Image,
    pub min_confidence: Option<f32>,
}

Fields

The input image as bytes or an S3 object.

Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any labels with a confidence level lower than this specified value.

If you don't specify MinConfidence, the operation returns labels with confidence values greater than or equal to 50 percent.

Trait Implementations

impl Default for DetectModerationLabelsRequest
[src]

[src]

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

impl Debug for DetectModerationLabelsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DetectModerationLabelsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more