Interface PersonDetail.Builder

    • Method Detail

      • index

        PersonDetail.Builder index​(Long index)

        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.

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

        PersonDetail.Builder boundingBox​(BoundingBox boundingBox)

        Bounding box around the detected person.

        Parameters:
        boundingBox - Bounding box around the detected person.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • face

        PersonDetail.Builder face​(FaceDetail face)

        Face details for the detected person.

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