Interface PointOfInterest.Builder

  • Method Details

    • beginOffsetMillis

      PointOfInterest.Builder beginOffsetMillis(Integer beginOffsetMillis)

      The beginning offset (in milliseconds) where the match was detected.

      Parameters:
      beginOffsetMillis - The beginning offset (in milliseconds) where the match was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endOffsetMillis

      PointOfInterest.Builder endOffsetMillis(Integer endOffsetMillis)

      The ending offset (in milliseconds) where the match was detected.

      Parameters:
      endOffsetMillis - The ending offset (in milliseconds) where the match was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.