Interface TextDetectionResult.Builder

    • Method Detail

      • timestamp

        TextDetectionResult.Builder timestamp​(Long timestamp)

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

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

        TextDetectionResult.Builder textDetection​(TextDetection textDetection)

        Details about text detected in a video.

        Parameters:
        textDetection - Details about text detected in a video.
        Returns:
        Returns a reference to this object so that method calls can be chained together.