@Generated(value="software.amazon.awssdk:codegen") public static interface StartStreamTranscriptionResponseHandler.Visitor
TranscriptResultStream
.Modifier and Type | Interface and Description |
---|---|
static interface |
StartStreamTranscriptionResponseHandler.Visitor.Builder
Builder for
StartStreamTranscriptionResponseHandler.Visitor . |
Modifier and Type | Method and Description |
---|---|
static StartStreamTranscriptionResponseHandler.Visitor.Builder |
builder() |
default void |
visit(TranscriptEvent event)
Invoked when a
TranscriptEvent is encountered. |
default void |
visitDefault(TranscriptResultStream event)
A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.
|
static StartStreamTranscriptionResponseHandler.Visitor.Builder builder()
StartStreamTranscriptionResponseHandler.Visitor.Builder
.default void visitDefault(TranscriptResultStream event)
TranscriptResultStream
.
These events can be processed by upgrading the SDK.TranscriptResultStream
.event
- The event that was not handled by a more-specific "visit" method.default void visit(TranscriptEvent event)
TranscriptEvent
is encountered. If this is not overridden, the event will be given to
visitDefault(TranscriptResultStream)
.event
- Event being visitedCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.