FaceDetection

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

Types

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

Properties

Link copied to clipboard

The face properties for the detected face.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: FaceDetection.Builder.() -> Unit = {}): FaceDetection
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