| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Class and Description |
|---|---|
class |
TranscriptEvent
The
TranscriptEvent associated with a TranscriptResultStream. |
| Modifier and Type | Field and Description |
|---|---|
static TranscriptResultStream |
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 |
|---|---|
default void |
StartStreamTranscriptionResponseHandler.Visitor.visitDefault(TranscriptResultStream event)
A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
StartStreamTranscriptionResponseHandler.Visitor.Builder |
StartStreamTranscriptionResponseHandler.Visitor.Builder.onDefault(Consumer<TranscriptResultStream> c)
Callback to invoke when either an unknown event is visited or an unhandled event is visited.
|
Copyright © 2023. All rights reserved.