Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.CategoryEvent.Builder
-
-
Uses of CategoryEvent.Builder in software.amazon.awssdk.services.transcribestreaming.model
Classes in software.amazon.awssdk.services.transcribestreaming.model that implement CategoryEvent.Builder Modifier and Type Class Description protected static classCategoryEvent.BuilderImplMethods in software.amazon.awssdk.services.transcribestreaming.model that return CategoryEvent.Builder Modifier and Type Method Description static CategoryEvent.BuilderCategoryEvent. builder()static CategoryEvent.BuilderCallAnalyticsTranscriptResultStream. categoryEventBuilder()Create a builder for theCategoryEventevent type for this stream.CategoryEvent.BuilderCategoryEvent.Builder. matchedCategories(String... matchedCategories)Lists the categories that were matched in your audio segment.CategoryEvent.BuilderCategoryEvent.Builder. matchedCategories(Collection<String> matchedCategories)Lists the categories that were matched in your audio segment.CategoryEvent.BuilderCategoryEvent.BuilderImpl. matchedCategories(String... matchedCategories)CategoryEvent.BuilderCategoryEvent.BuilderImpl. matchedCategories(Collection<String> matchedCategories)CategoryEvent.BuilderCategoryEvent.Builder. matchedDetails(Map<String,PointsOfInterest> matchedDetails)Contains information about the matched categories, including category names and timestamps.CategoryEvent.BuilderCategoryEvent.BuilderImpl. matchedDetails(Map<String,PointsOfInterest> matchedDetails)CategoryEvent.BuilderCategoryEvent. toBuilder()Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type CategoryEvent.Builder Modifier and Type Method Description static Class<? extends CategoryEvent.Builder>CategoryEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type CategoryEvent.Builder Modifier and Type Method Description CategoryEventCategoryEvent. copy(Consumer<? super CategoryEvent.Builder> modifier) -
Uses of CategoryEvent.Builder in software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream
Subinterfaces of CategoryEvent.Builder in software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream Modifier and Type Interface Description static interfaceDefaultCategoryEvent.Builder
-