Interface TranscriptResultStream
-
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
TranscriptEvent
@Generated("software.amazon.awssdk:codegen") public interface TranscriptResultStream extends SdkPojo
Base interface for all event types in TranscriptResultStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTranscriptResultStream.EventTypeThe known possible types of events forTranscriptResultStream.
-
Field Summary
Fields Modifier and Type Field Description static TranscriptResultStreamUNKNOWNSpecial type ofTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(StartStreamTranscriptionResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofTranscriptResultStream.default TranscriptResultStream.EventTypesdkEventType()The type of this event.static TranscriptEvent.BuildertranscriptEventBuilder()Create a builder for theTranscriptEventevent type for this stream.-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Field Detail
-
UNKNOWN
static final TranscriptResultStream UNKNOWN
Special type ofTranscriptResultStreamfor unknown types of events that this version of the SDK does not know about
-
-
Method Detail
-
transcriptEventBuilder
static TranscriptEvent.Builder transcriptEventBuilder()
Create a builder for theTranscriptEventevent type for this stream.
-
sdkEventType
default TranscriptResultStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
accept
void accept(StartStreamTranscriptionResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype ofTranscriptResultStream.- Parameters:
visitor- Visitor to invoke.
-
-