#[non_exhaustive]pub struct GetLabelDetectionOutput { /* private fields */ }Implementations
sourceimpl GetLabelDetectionOutput
impl GetLabelDetectionOutput
sourcepub fn job_status(&self) -> Option<&VideoJobStatus>
pub fn job_status(&self) -> Option<&VideoJobStatus>
The current status of the label detection job.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
If the job fails, StatusMessage provides a descriptive error message.
sourcepub fn video_metadata(&self) -> Option<&VideoMetadata>
pub fn video_metadata(&self) -> Option<&VideoMetadata>
Information about a video that Amazon Rekognition Video analyzed. Videometadata is returned in every page of paginated responses from a Amazon Rekognition video operation.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of labels.
sourcepub fn labels(&self) -> Option<&[LabelDetection]>
pub fn labels(&self) -> Option<&[LabelDetection]>
An array of labels detected in the video. Each element contains the detected label and the time, in milliseconds from the start of the video, that the label was detected.
sourcepub fn label_model_version(&self) -> Option<&str>
pub fn label_model_version(&self) -> Option<&str>
Version number of the label detection model that was used to detect labels.
sourceimpl GetLabelDetectionOutput
impl GetLabelDetectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetLabelDetectionOutput.
Trait Implementations
sourceimpl Clone for GetLabelDetectionOutput
impl Clone for GetLabelDetectionOutput
sourcefn clone(&self) -> GetLabelDetectionOutput
fn clone(&self) -> GetLabelDetectionOutput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more