Interface MedicalScribeInputStream
- All Known Implementing Classes:
DefaultAudioEvent,DefaultConfigurationEvent,DefaultSessionControlEvent,MedicalScribeAudioEvent,MedicalScribeConfigurationEvent,MedicalScribeSessionControlEvent
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface MedicalScribeInputStream
Base interface for all event types in MedicalScribeInputStream.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forMedicalScribeInputStream. -
Method Summary
Modifier and TypeMethodDescriptionCreate a builder for theAudioEventevent type for this stream.Create a builder for theConfigurationEventevent type for this stream.The type of this event.Create a builder for theSessionControlEventevent type for this stream.
-
Method Details
-
audioEventBuilder
Create a builder for theAudioEventevent type for this stream. -
sessionControlEventBuilder
Create a builder for theSessionControlEventevent type for this stream. -
configurationEventBuilder
Create a builder for theConfigurationEventevent type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message.
-