StartMedicalStreamTranscriptionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An encoded stream of audio blobs. Audio streams are encoded as either HTTP/2 or WebSocket data frames.

Link copied to clipboard

Labels all personal health information (PHI) identified in your transcript.

Link copied to clipboard

Enables channel identification in multi-channel audio.

Link copied to clipboard

Specify the language code that represents the language spoken in your audio.

Link copied to clipboard

Specify the encoding used for the input audio. Supported formats are:

Link copied to clipboard

The sample rate of the input audio (in hertz). Amazon Transcribe Medical supports a range from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.

Link copied to clipboard

Specify the number of channels in your audio stream. Up to two channels are supported.

Link copied to clipboard

Specify a name for your transcription session. If you don't include this parameter in your request, Amazon Transcribe Medical generates an ID and returns it in the response.

Link copied to clipboard

Enables speaker partitioning (diarization) in your transcription output. Speaker partitioning labels the speech from individual speakers in your media file.

Link copied to clipboard

Specify the medical specialty contained in your audio.

Link copied to clipboard
val type: Type?

Specify the type of input audio. For example, choose DICTATION for a provider dictating patient notes and CONVERSATION for a dialogue between a patient and a medical professional.

Link copied to clipboard

Specify the name of the custom vocabulary that you want to use when processing your transcription. Note that vocabulary names are case sensitive.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String