Interface CategoryEvent.Builder

  • Method Details

    • matchedCategories

      CategoryEvent.Builder matchedCategories(Collection<String> matchedCategories)

      Lists the categories that were matched in your audio segment.

      Parameters:
      matchedCategories - Lists the categories that were matched in your audio segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchedCategories

      CategoryEvent.Builder matchedCategories(String... matchedCategories)

      Lists the categories that were matched in your audio segment.

      Parameters:
      matchedCategories - Lists the categories that were matched in your audio segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • matchedDetails

      CategoryEvent.Builder matchedDetails(Map<String,PointsOfInterest> matchedDetails)

      Contains information about the matched categories, including category names and timestamps.

      Parameters:
      matchedDetails - Contains information about the matched categories, including category names and timestamps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.