Interface CategoryDetails.Builder

    • Method Detail

      • pointsOfInterest

        CategoryDetails.Builder pointsOfInterest​(Collection<PointOfInterest> pointsOfInterest)

        The section of audio where the category rule was detected.

        Parameters:
        pointsOfInterest - The section of audio where the category rule was detected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pointsOfInterest

        CategoryDetails.Builder pointsOfInterest​(PointOfInterest... pointsOfInterest)

        The section of audio where the category rule was detected.

        Parameters:
        pointsOfInterest - The section of audio where the category rule was detected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.