AmazonTranscribeProcessorConfiguration

A structure that contains the configuration settings for an Amazon Transcribe processor.

Types

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

Properties

Link copied to clipboard

Labels all personally identifiable information (PII) identified in your transcript.

Link copied to clipboard

Redacts all personally identifiable information (PII) identified in your transcript.

Link copied to clipboard

Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.

Link copied to clipboard

If true, TranscriptEvents with IsPartial: true are filtered out of the insights target.

Link copied to clipboard

Turns language identification on or off.

Link copied to clipboard

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

Link copied to clipboard

The name of the custom language model that you want to use when processing your transcription. Note that language model names are case sensitive.

Link copied to clipboard

The language options for the transcription, such as automatic language detection.

Link copied to clipboard

The level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization).

Link copied to clipboard

The types of personally identifiable information (PII) to redact from a transcript. You can include as many types as you'd like, or you can select ALL.

Link copied to clipboard

The preferred language for the transcription.

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 vocabulary filtering method used in your Call Analytics transcription.

Link copied to clipboard

The name of the custom vocabulary filter that you specified in your Call Analytics request.

Link copied to clipboard

The names of the custom vocabulary filter or filters using during transcription.

Link copied to clipboard

The name of the custom vocabulary that you specified in your Call Analytics request.

Link copied to clipboard

The names of the custom vocabulary or vocabularies used during transcription.

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