Interface MedicalScribeInputStream
- All Known Implementing Classes:
DefaultAudioEvent
,DefaultConfigurationEvent
,DefaultSessionControlEvent
,MedicalScribeAudioEvent
,MedicalScribeConfigurationEvent
,MedicalScribeSessionControlEvent
Base interface for all event types in MedicalScribeInputStream.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The known possible types of events forMedicalScribeInputStream
. -
Method Summary
Modifier and TypeMethodDescriptionCreate a builder for theAudioEvent
event type for this stream.Create a builder for theConfigurationEvent
event type for this stream.The type of this event.Create a builder for theSessionControlEvent
event type for this stream.
-
Method Details
-
audioEventBuilder
Create a builder for theAudioEvent
event type for this stream. -
sessionControlEventBuilder
Create a builder for theSessionControlEvent
event type for this stream. -
configurationEventBuilder
Create a builder for theConfigurationEvent
event type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-type
header on the Message.
-