Builder

class Builder

Properties

Link copied to clipboard

Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.

Link copied to clipboard

A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS.

Link copied to clipboard

The language code that represents the language spoken in the input media file. US English (en-US) is the only valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

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

Specify the format of your 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

A unique name, chosen by you, for your medical transcription job. The name that you specify is also used as the default name of your transcription output file. If you want to specify a different name for your transcription output, use the OutputKey parameter.

Link copied to clipboard

The name of the Amazon S3 bucket where you want your medical transcription output stored. Do not include the S3:// prefix of the specified bucket.

Link copied to clipboard

The KMS key you want to use to encrypt your medical transcription output.

Link copied to clipboard

Use in combination with OutputBucketName to specify the output location of your transcript and, optionally, a unique name for your output file. The default name for your transcription output is the same as the name you specified for your medical transcription job (MedicalTranscriptionJobName).

Link copied to clipboard

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

Link copied to clipboard

Specify the predominant medical specialty represented in your media. For batch transcriptions, PRIMARYCARE is the only valid value. If you require additional specialties, refer to .

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

Adds one or more custom tags, each in the form of a key:value pair, to a new medical transcription job at the time you start this new job.

Link copied to clipboard
var type: Type?

Specify whether your input media contains only one person (DICTATION) or contains a conversation between two people (CONVERSATION).

Functions

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