Package software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream
Class DefaultUtteranceEvent
- java.lang.Object
-
- software.amazon.awssdk.services.transcribestreaming.model.UtteranceEvent
-
- software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream.DefaultUtteranceEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,CallAnalyticsTranscriptResultStream,ToCopyableBuilder<UtteranceEvent.Builder,UtteranceEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultUtteranceEvent extends UtteranceEvent
A specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.UtteranceEventthat represents theCallAnalyticsTranscriptResultStream$UtteranceEventevent. 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 interfaceDefaultUtteranceEvent.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 ofUtteranceEvent.static DefaultUtteranceEvent.Builderbuilder()CallAnalyticsTranscriptResultStream.EventTypesdkEventType()The type of this event.DefaultUtteranceEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.transcribestreaming.model.UtteranceEvent
beginOffsetMillis, copy, endOffsetMillis, entities, equals, equalsBySdkFields, getValueForField, hasEntities, hashCode, hasIssuesDetected, hasItems, isPartial, issuesDetected, items, participantRole, participantRoleAsString, sdkFieldNameToField, sdkFields, sentiment, sentimentAsString, serializableBuilderClass, toString, transcript, utteranceId
-
-
-
-
Method Detail
-
toBuilder
public DefaultUtteranceEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UtteranceEvent.Builder,UtteranceEvent>- Overrides:
toBuilderin classUtteranceEvent
-
builder
public static DefaultUtteranceEvent.Builder builder()
-
accept
public void accept(StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor visitor)
Description copied from class:UtteranceEventCalls the appropriate visit method depending on the subtype ofUtteranceEvent.- Specified by:
acceptin interfaceCallAnalyticsTranscriptResultStream- Overrides:
acceptin classUtteranceEvent- 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.
-
-