public static interface CategoryDetails.Builder extends SdkPojo, CopyableBuilder<CategoryDetails.Builder,CategoryDetails>
| Modifier and Type | Method and Description |
|---|---|
CategoryDetails.Builder |
pointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
|
CategoryDetails.Builder |
pointsOfInterest(Consumer<PointOfInterest.Builder>... pointsOfInterest)
The section of audio where the category rule was detected.
|
CategoryDetails.Builder |
pointsOfInterest(PointOfInterest... pointsOfInterest)
The section of audio where the category rule was detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCategoryDetails.Builder pointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
pointsOfInterest - The section of audio where the category rule was detected.CategoryDetails.Builder pointsOfInterest(PointOfInterest... pointsOfInterest)
The section of audio where the category rule was detected.
pointsOfInterest - The section of audio where the category rule was detected.CategoryDetails.Builder pointsOfInterest(Consumer<PointOfInterest.Builder>... pointsOfInterest)
The section of audio where the category rule was detected.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #pointsOfInterest(List) .pointsOfInterest - a consumer that will call methods on List.Builder #pointsOfInterest(List) Copyright © 2021. All rights reserved.