ConfigurationEvent
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.
Whether you are starting a new session or resuming an existing session, your first event must be a MedicalScribeConfigurationEvent
.
Inherited 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.