Interface TimestampRange.Builder

    • Method Detail

      • beginOffsetMillis

        TimestampRange.Builder beginOffsetMillis​(Long beginOffsetMillis)

        The time, in milliseconds, from the beginning of the audio stream to the start of the category match.

        Parameters:
        beginOffsetMillis - The time, in milliseconds, from the beginning of the audio stream to the start of the category match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endOffsetMillis

        TimestampRange.Builder endOffsetMillis​(Long endOffsetMillis)

        The time, in milliseconds, from the beginning of the audio stream to the end of the category match.

        Parameters:
        endOffsetMillis - The time, in milliseconds, from the beginning of the audio stream to the end of the category match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.