Interface PersonDetection.Builder

    • Method Detail

      • timestamp

        PersonDetection.Builder timestamp​(Long timestamp)

        The time, in milliseconds from the start of the video, that the person's path was tracked. Note that Timestamp is not guaranteed to be accurate to the individual frame where the person's path first appears.

        Parameters:
        timestamp - The time, in milliseconds from the start of the video, that the person's path was tracked. Note that Timestamp is not guaranteed to be accurate to the individual frame where the person's path first appears.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • person

        PersonDetection.Builder person​(PersonDetail person)

        Details about a person whose path was tracked in a video.

        Parameters:
        person - Details about a person whose path was tracked in a video.
        Returns:
        Returns a reference to this object so that method calls can be chained together.