PersonDetail

Details about a person detected in a video analysis request.

Types

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

Properties

Link copied to clipboard

Bounding box around the detected person.

Link copied to clipboard

Face details for the detected person.

Link copied to clipboard
val index: Long

Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.

Functions

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