Interface CelebrityRecognition.Builder

    • Method Detail

      • timestamp

        CelebrityRecognition.Builder timestamp​(Long timestamp)

        The time, in milliseconds from the start of the video, that the celebrity was recognized. Note that Timestamp is not guaranteed to be accurate to the individual frame where the celebrity first appears.

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

        CelebrityRecognition.Builder celebrity​(CelebrityDetail celebrity)

        Information about a recognized celebrity.

        Parameters:
        celebrity - Information about a recognized celebrity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.