| Modifier and Type | Class and Description |
|---|---|
protected static class |
CategoryEvent.BuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static CategoryEvent.Builder |
CategoryEvent.builder() |
static CategoryEvent.Builder |
CallAnalyticsTranscriptResultStream.categoryEventBuilder()
Create a builder for the
CategoryEvent event type for this stream. |
CategoryEvent.Builder |
CategoryEvent.Builder.matchedCategories(Collection<String> matchedCategories)
Lists the categories that were matched in your audio segment.
|
CategoryEvent.Builder |
CategoryEvent.BuilderImpl.matchedCategories(Collection<String> matchedCategories) |
CategoryEvent.Builder |
CategoryEvent.Builder.matchedCategories(String... matchedCategories)
Lists the categories that were matched in your audio segment.
|
CategoryEvent.Builder |
CategoryEvent.BuilderImpl.matchedCategories(String... matchedCategories) |
CategoryEvent.Builder |
CategoryEvent.Builder.matchedDetails(Map<String,PointsOfInterest> matchedDetails)
Contains information about the matched categories, including category names and timestamps.
|
CategoryEvent.Builder |
CategoryEvent.BuilderImpl.matchedDetails(Map<String,PointsOfInterest> matchedDetails) |
CategoryEvent.Builder |
CategoryEvent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CategoryEvent.Builder> |
CategoryEvent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
CategoryEvent |
CategoryEvent.copy(Consumer<? super CategoryEvent.Builder> modifier) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DefaultCategoryEvent.Builder |
Copyright © 2023. All rights reserved.