Skip to main content

IRekognitionLabelDetection

Interface in AWS.Rekognition

Interface for LabelDetection.

Properties

DurationMillis

property DurationMillis: TOptional<Int64>

The time duration of a segment in milliseconds.

EndTimestampMillis

property EndTimestampMillis: TOptional<Int64>

The time in milliseconds defining the end of the segment containing a continuously detected label.

Label

property Label: IRekognitionLabel

Type: IRekognitionLabel

The label detected in the stored video.

StartTimestampMillis

property StartTimestampMillis: TOptional<Int64>

The time in milliseconds defining the start of the segment containing a continuously detected label.

Timestamp

property Timestamp: TOptional<Int64>

The time in milliseconds from the beginning of the video, that the label was detected.

NOTE: Timestamp is not guarunteed to be accurate to the individual frame where the moderated content first appears.