Package software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream
Class DefaultCategoryEvent
java.lang.Object
software.amazon.awssdk.services.transcribestreaming.model.CategoryEvent
software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream.DefaultCategoryEvent
- All Implemented Interfaces:
 Serializable,SdkPojo,CallAnalyticsTranscriptResultStream,ToCopyableBuilder<CategoryEvent.Builder,CategoryEvent> 
@Generated("software.amazon.awssdk:codegen")
public final class DefaultCategoryEvent
extends CategoryEvent
A specialization of 
software.amazon.awssdk.services.transcribestreaming.model.CategoryEvent that represents
 the CallAnalyticsTranscriptResultStream$CategoryEvent event. Do not use this class directly. Instead, use the
 static builder methods on
 CallAnalyticsTranscriptResultStream.- See Also:
 
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.transcribestreaming.model.CallAnalyticsTranscriptResultStream
CallAnalyticsTranscriptResultStream.EventType - 
Field Summary
Fields inherited from interface software.amazon.awssdk.services.transcribestreaming.model.CallAnalyticsTranscriptResultStream
UNKNOWN - 
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofCategoryEvent.static DefaultCategoryEvent.Builderbuilder()The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.transcribestreaming.model.CategoryEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, hasMatchedCategories, hasMatchedDetails, matchedCategories, matchedDetails, sdkFields, serializableBuilderClass, toString 
- 
Method Details
- 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<CategoryEvent.Builder,CategoryEvent> - Overrides:
 toBuilderin classCategoryEvent- Returns:
 - a builder for type T
 
 - 
builder
 - 
accept
Description copied from class:CategoryEventCalls the appropriate visit method depending on the subtype ofCategoryEvent.- Specified by:
 acceptin interfaceCallAnalyticsTranscriptResultStream- Overrides:
 acceptin classCategoryEvent- Parameters:
 visitor- Visitor to invoke.
 - 
sdkEventType
Description copied from interface:CallAnalyticsTranscriptResultStreamThe type of this event. Corresponds to the:event-typeheader on the Message. 
 -