Interface MedicalScribeResultStream
-
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
DefaultTranscriptEvent,MedicalScribeTranscriptEvent
@Generated("software.amazon.awssdk:codegen") public interface MedicalScribeResultStream extends SdkPojo
Base interface for all event types in MedicalScribeResultStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedicalScribeResultStream.EventTypeThe known possible types of events forMedicalScribeResultStream.
-
Field Summary
Fields Modifier and Type Field Description static MedicalScribeResultStreamUNKNOWNSpecial type ofMedicalScribeResultStreamfor 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(StartMedicalScribeStreamResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofMedicalScribeResultStream.default MedicalScribeResultStream.EventTypesdkEventType()The type of this event.static MedicalScribeTranscriptEvent.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 MedicalScribeResultStream UNKNOWN
Special type ofMedicalScribeResultStreamfor unknown types of events that this version of the SDK does not know about
-
-
Method Detail
-
transcriptEventBuilder
static MedicalScribeTranscriptEvent.Builder transcriptEventBuilder()
Create a builder for theTranscriptEventevent type for this stream.
-
sdkEventType
default MedicalScribeResultStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
accept
void accept(StartMedicalScribeStreamResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype ofMedicalScribeResultStream.- Parameters:
visitor- Visitor to invoke.
-
-