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 Summary
Modifier and TypeMethodDescriptionmatchedCategories
(String... matchedCategories) Lists the categories that were matched in your audio segment.matchedCategories
(Collection<String> matchedCategories) Lists the categories that were matched in your audio segment.matchedDetails
(Map<String, PointsOfInterest> matchedDetails) Contains information about the matched categories, including category names and timestamps.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-