#[non_exhaustive]pub struct StreamProcessorNotificationChannel { /* private fields */ }Expand description
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. For example, if Amazon Rekognition detects a person at second 2, a pet at second 4, and a person again at second 5, Amazon Rekognition sends 2 object class detected notifications, one for a person at second 2 and one for a pet at second 4.
Amazon Rekognition also publishes an an end-of-session notification with a summary when the stream processing session is complete.
Implementations
sourceimpl StreamProcessorNotificationChannel
impl StreamProcessorNotificationChannel
sourcepub fn sns_topic_arn(&self) -> Option<&str>
pub fn sns_topic_arn(&self) -> Option<&str>
The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.
sourceimpl StreamProcessorNotificationChannel
impl StreamProcessorNotificationChannel
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamProcessorNotificationChannel.
Trait Implementations
sourceimpl Clone for StreamProcessorNotificationChannel
impl Clone for StreamProcessorNotificationChannel
sourcefn clone(&self) -> StreamProcessorNotificationChannel
fn clone(&self) -> StreamProcessorNotificationChannel
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more