Builder

class Builder

Properties

Link copied to clipboard

The date and time the specified medical transcription job finished processing.

Link copied to clipboard

Indicates whether content identification was enabled for your transcription request.

Link copied to clipboard

The date and time the specified medical transcription job request was made.

Link copied to clipboard

If TranscriptionJobStatus is FAILED, FailureReason contains information about why the transcription job request failed.

Link copied to clipboard

The language code used to create your medical transcription job. US English (en-US) is the only supported language for medical transcriptions.

Link copied to clipboard
var media: Media?

Describes the Amazon S3 location of the media file you want to use in your request.

Link copied to clipboard

The format of the input media file.

Link copied to clipboard

The sample rate, in hertz, of the audio track in your input media file.

Link copied to clipboard

The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.

Link copied to clipboard

Provides information on any additional settings that were included in your request. Additional settings include channel identification, alternative transcriptions, speaker partitioning, custom vocabularies, and custom vocabulary filters.

Link copied to clipboard

Describes the medical specialty represented in your media.

Link copied to clipboard

The date and time the specified medical transcription job began processing.

Link copied to clipboard
var tags: List<Tag>?

The tags, each in the form of a key:value pair, assigned to the specified medical transcription job.

Link copied to clipboard

Provides you with the Amazon S3 URI you can use to access your transcript.

Link copied to clipboard

Provides the status of the specified medical transcription job.

Link copied to clipboard
var type: Type?

Indicates whether the input media is a dictation or a conversation, as specified in the StartMedicalTranscriptionJob request.

Functions

Link copied to clipboard
fun media(block: Media.Builder.() -> Unit)
Link copied to clipboard