LabelDetection

Information about a label detected in a video analysis request and the time the label was detected in the video.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis to EndTimestampMillis.

Link copied to clipboard

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

Link copied to clipboard
val label: Label?

Details about the detected label.

Link copied to clipboard

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

Link copied to clipboard

Time, in milliseconds from the start of the video, that the label was detected. Note that Timestamp is not guaranteed to be accurate to the individual frame where the label first appears.

Functions

Link copied to clipboard
inline fun copy(block: LabelDetection.Builder.() -> Unit = {}): LabelDetection
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String