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 ofsoftware.amazon.awssdk.services.transcribestreaming.model.CategoryEventthat represents theCallAnalyticsTranscriptResultStream$CategoryEventevent. Do not use this class directly. Instead, use the static builder methods onCallAnalyticsTranscriptResultStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultCategoryEvent.Builder-
Nested 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofCategoryEvent.static DefaultCategoryEvent.Builderbuilder()CallAnalyticsTranscriptResultStream.EventTypesdkEventType()The type of this event.DefaultCategoryEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.transcribestreaming.model.CategoryEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, hasMatchedCategories, hasMatchedDetails, matchedCategories, matchedDetails, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultCategoryEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CategoryEvent.Builder,CategoryEvent>- Overrides:
toBuilderin classCategoryEvent
-
builder
public static DefaultCategoryEvent.Builder builder()
-
accept
public void accept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)
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
public CallAnalyticsTranscriptResultStream.EventType sdkEventType()
Description copied from interface:CallAnalyticsTranscriptResultStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-