Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.CategoryEvent
-
-
Uses of CategoryEvent in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return CategoryEvent Modifier and Type Method Description CategoryEventCategoryEvent.BuilderImpl. build()CategoryEventCategoryEvent. copy(Consumer<? super CategoryEvent.Builder> modifier)Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type CategoryEvent Modifier and Type Method Description default voidStartCallAnalyticsStreamTranscriptionResponseHandler.Visitor. visitCategoryEvent(CategoryEvent event)Invoked when aCategoryEventis encountered.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type CategoryEvent Modifier and Type Method Description StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.BuilderStartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.Builder. onCategoryEvent(Consumer<CategoryEvent> c)Callback to invoke when aCategoryEventis visited.Constructors in software.amazon.awssdk.services.transcribestreaming.model with parameters of type CategoryEvent Constructor Description BuilderImpl(CategoryEvent model) -
Uses of CategoryEvent in software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream
Subclasses of CategoryEvent in software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream Modifier and Type Class Description classDefaultCategoryEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.CategoryEventthat represents theCallAnalyticsTranscriptResultStream$CategoryEventevent.
-