Struct rusoto_rekognition::StreamProcessor [] [src]

pub struct StreamProcessor {
    pub name: Option<String>,
    pub status: Option<String>,
}

An object that recognizes faces in a streaming video. An Amazon Rekognition stream processor is created by a call to . The request parameters for CreateStreamProcessor describe the Kinesis video stream source for the streaming video, face recognition parameters, and where to stream the analysis resullts.

Fields

Name of the Amazon Rekognition stream processor.

Current status of the Amazon Rekognition stream processor.

Trait Implementations

impl Default for StreamProcessor
[src]

[src]

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

impl Debug for StreamProcessor
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StreamProcessor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations