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