Interface CategoryEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CategoryEvent.Builder,CategoryEvent>, SdkBuilder<CategoryEvent.Builder,CategoryEvent>, SdkPojo
All Known Subinterfaces:
DefaultCategoryEvent.Builder
Enclosing class:
CategoryEvent

public static interface CategoryEvent.Builder extends SdkPojo, CopyableBuilder<CategoryEvent.Builder,CategoryEvent>
  • 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.