@Generated(value="software.amazon.awssdk:codegen") public interface TranscriptResultStream extends SdkPojo
| Modifier and Type | Interface and Description |
|---|---|
static class |
TranscriptResultStream.EventType
The known possible types of events for
TranscriptResultStream. |
| Modifier and Type | Field and Description |
|---|---|
static TranscriptResultStream |
UNKNOWN
Special type of
TranscriptResultStream for unknown types of events that this version of the SDK does not
know about |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StartStreamTranscriptionResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype of
TranscriptResultStream. |
default TranscriptResultStream.EventType |
sdkEventType()
The type of this event.
|
static TranscriptEvent.Builder |
transcriptEventBuilder()
Create a builder for the
TranscriptEvent event type for this stream. |
equalsBySdkFields, sdkFieldsstatic final TranscriptResultStream UNKNOWN
TranscriptResultStream for unknown types of events that this version of the SDK does not
know aboutstatic TranscriptEvent.Builder transcriptEventBuilder()
TranscriptEvent event type for this stream.default TranscriptResultStream.EventType sdkEventType()
:event-type header on the Message.void accept(StartStreamTranscriptionResponseHandler.Visitor visitor)
TranscriptResultStream.visitor - Visitor to invoke.Copyright © 2023. All rights reserved.