Struct aws_sdk_rekognition::model::StreamProcessorSettings  
source · [−]#[non_exhaustive]pub struct StreamProcessorSettings {
    pub face_search: Option<FaceSearchSettings>,
}Expand description
Input parameters used to recognize faces in a streaming video analyzed by a Amazon Rekognition stream processor.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional 
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.face_search: Option<FaceSearchSettings>Face search settings to use on a streaming video.
Implementations
Face search settings to use on a streaming video.
Creates a new builder-style object to manufacture StreamProcessorSettings
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StreamProcessorSettings
impl Send for StreamProcessorSettings
impl Sync for StreamProcessorSettings
impl Unpin for StreamProcessorSettings
impl UnwindSafe for StreamProcessorSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more