MedicalScribeInputStream
An encoded stream of events. The stream is encoded as HTTP/2 data frames.
An input stream consists of the following types of events. The first element of the input stream must be the MedicalScribeConfigurationEvent
event type.
MedicalScribeConfigurationEvent
MedicalScribeAudioEvent
MedicalScribeSessionControlEvent
Inheritors
Types
A wrapper for your audio chunks
Specify additional streaming session configurations beyond those provided in your initial start request headers. For example, specify channel definitions, encryption settings, and post-stream analytics settings.
Specify the lifecycle of your streaming session, such as ending the session.
Functions
Casts this MedicalScribeInputStream as a AudioEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.MedicalScribeAudioEvent value. Throws an exception if the MedicalScribeInputStream is not a AudioEvent.
Casts this MedicalScribeInputStream as a AudioEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.MedicalScribeAudioEvent value. Returns null if the MedicalScribeInputStream is not a AudioEvent.
Casts this MedicalScribeInputStream as a ConfigurationEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.MedicalScribeConfigurationEvent value. Throws an exception if the MedicalScribeInputStream is not a ConfigurationEvent.
Casts this MedicalScribeInputStream as a ConfigurationEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.MedicalScribeConfigurationEvent value. Returns null if the MedicalScribeInputStream is not a ConfigurationEvent.
Casts this MedicalScribeInputStream as a SessionControlEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.MedicalScribeSessionControlEvent value. Throws an exception if the MedicalScribeInputStream is not a SessionControlEvent.
Casts this MedicalScribeInputStream as a SessionControlEvent and retrieves its aws.sdk.kotlin.services.transcribestreaming.model.MedicalScribeSessionControlEvent value. Returns null if the MedicalScribeInputStream is not a SessionControlEvent.