MedicalTranscriptionSetting

Allows additional optional settings in your request, including channel identification, alternative transcriptions, and speaker partitioning. You can use that to apply custom vocabularies to your medical transcription job.

Types

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

Properties

Link copied to clipboard

Enables channel identification in multi-channel audio.

Link copied to clipboard

Indicate the maximum number of alternative transcriptions you want Amazon Transcribe Medical to include in your transcript.

Link copied to clipboard

Specify the maximum number of speakers you want to partition in your media.

Link copied to clipboard

To include alternative transcriptions within your transcription output, include ShowAlternatives in your transcription request.

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

The name of the custom vocabulary you want to use when processing your medical transcription job. Custom vocabulary names are case sensitive.

Functions

Link copied to clipboard
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