BinaryAudioEvent
An event containing raw binary audio data for the Medical Scribe stream. The audio is sent as a raw binary payload rather than as a base64-encoded value.
Inherited functions
Casts this MedicalScribeInputStream as a AudioEvent and retrieves its aws.sdk.kotlin.services.connecthealth.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.connecthealth.model.MedicalScribeAudioEvent value. Returns null if the MedicalScribeInputStream is not a AudioEvent.
Casts this MedicalScribeInputStream as a BinaryAudioEvent and retrieves its aws.sdk.kotlin.services.connecthealth.model.MedicalScribeBinaryAudioEvent value. Throws an exception if the MedicalScribeInputStream is not a BinaryAudioEvent.
Casts this MedicalScribeInputStream as a BinaryAudioEvent and retrieves its aws.sdk.kotlin.services.connecthealth.model.MedicalScribeBinaryAudioEvent value. Returns null if the MedicalScribeInputStream is not a BinaryAudioEvent.
Casts this MedicalScribeInputStream as a ConfigurationEvent and retrieves its aws.sdk.kotlin.services.connecthealth.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.connecthealth.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.connecthealth.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.connecthealth.model.MedicalScribeSessionControlEvent value. Returns null if the MedicalScribeInputStream is not a SessionControlEvent.