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