Struct rusoto_rekognition::RecognizeCelebritiesRequest[][src]

pub struct RecognizeCelebritiesRequest {
    pub image: Image,
}

Fields

The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.

Trait Implementations

impl Default for RecognizeCelebritiesRequest
[src]

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

impl Debug for RecognizeCelebritiesRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for RecognizeCelebritiesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RecognizeCelebritiesRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations