public static interface CategoryEvent.Builder extends SdkPojo, CopyableBuilder<CategoryEvent.Builder,CategoryEvent>
| Modifier and Type | Method and Description |
|---|---|
CategoryEvent.Builder |
matchedCategories(Collection<String> matchedCategories)
Lists the categories that were matched in your audio segment.
|
CategoryEvent.Builder |
matchedCategories(String... matchedCategories)
Lists the categories that were matched in your audio segment.
|
CategoryEvent.Builder |
matchedDetails(Map<String,PointsOfInterest> matchedDetails)
Contains information about the matched categories, including category names and timestamps.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCategoryEvent.Builder matchedCategories(Collection<String> matchedCategories)
Lists the categories that were matched in your audio segment.
matchedCategories - Lists the categories that were matched in your audio segment.CategoryEvent.Builder matchedCategories(String... matchedCategories)
Lists the categories that were matched in your audio segment.
matchedCategories - Lists the categories that were matched in your audio segment.CategoryEvent.Builder matchedDetails(Map<String,PointsOfInterest> matchedDetails)
Contains information about the matched categories, including category names and timestamps.
matchedDetails - Contains information about the matched categories, including category names and timestamps.Copyright © 2023. All rights reserved.