You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::FaceDetection

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#faceTypes::FaceDetail

The face properties for the detected face.

Returns:

#timestampInteger

Time, in milliseconds from the start of the video, that the face was detected.

Returns:

  • (Integer)

    Time, in milliseconds from the start of the video, that the face was detected.