Interface TranscriptResultStream
- All Superinterfaces:
 SdkPojo
- All Known Implementing Classes:
 TranscriptEvent
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface TranscriptResultStream
extends SdkPojo
Base interface for all event types in TranscriptResultStream.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forTranscriptResultStream. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TranscriptResultStreamSpecial type ofTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about - 
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofTranscriptResultStream.default TranscriptResultStream.EventTypeThe type of this event.static TranscriptEvent.BuilderCreate a builder for theTranscriptEventevent type for this stream.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Field Details
- 
UNKNOWN
Special type ofTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about 
 - 
 - 
Method Details
- 
transcriptEventBuilder
Create a builder for theTranscriptEventevent type for this stream. - 
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message. - 
accept
Calls the appropriate visit method depending on the subtype ofTranscriptResultStream.- Parameters:
 visitor- Visitor to invoke.
 
 -