Interface FaceDetection.Builder

    • Method Detail

      • timestamp

        FaceDetection.Builder timestamp​(Long timestamp)

        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.

        Parameters:
        timestamp - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • face

        FaceDetection.Builder face​(FaceDetail face)

        The face properties for the detected face.

        Parameters:
        face - The face properties for the detected face.
        Returns:
        Returns a reference to this object so that method calls can be chained together.