class Aws::Rekognition::Types::GetLabelDetectionResponse

@!attribute [rw] job_status

The current status of the label detection job.
@return [String]

@!attribute [rw] status_message

If the job fails, `StatusMessage` provides a descriptive error
message.
@return [String]

@!attribute [rw] video_metadata

Information about a video that Amazon Rekognition Video analyzed.
`Videometadata` is returned in every page of paginated responses
from a Amazon Rekognition video operation.
@return [Types::VideoMetadata]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] labels

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.
@return [Array<Types::LabelDetection>]

@!attribute [rw] label_model_version

Version number of the label detection model that was used to detect
labels.
@return [String]

Constants

SENSITIVE