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 method that creates an instance of thePointOfInterest.Builder avoiding the need to
create one manually via
PointOfInterest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pointsOfInterest(List.
pointsOfInterest - a consumer that will call methods on
PointOfInterest.Builder#pointsOfInterest(java.util.Collection) Copyright © 2022. All rights reserved.