Settings

class Settings

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 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 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

Specify how you want your custom vocabulary filter applied to your transcript.

Link copied to clipboard

The name of the custom vocabulary filter you want to use in your transcription job request. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.

Link copied to clipboard

The name of the custom vocabulary you want to use in your transcription job request. This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account.

Functions

Link copied to clipboard
inline fun copy(block: Settings.Builder.() -> Unit = {}): Settings
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