EngineTranscribeSettings

Settings specific for Amazon Transcribe as the live transcription engine.

If you specify an invalid combination of parameters, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide.

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. If you don't include PiiEntityTypes, all PII is identified.

Link copied to clipboard

Content redaction is performed at the segment level. If you don't include PiiEntityTypes, all PII is redacted.

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

Enables automatic language identification for your transcription.

Link copied to clipboard

Specify the language code that represents the language spoken.

Link copied to clipboard

Specify 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

Specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.

Link copied to clipboard

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

Link copied to clipboard

Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select ALL.

Link copied to clipboard

Specify a preferred language from the subset of languages codes you specified in LanguageOptions.

Link copied to clipboard

The Amazon Web Services Region in which to use Amazon Transcribe.

Link copied to clipboard

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

Link copied to clipboard

Specify the name of the custom vocabulary filter that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.

Link copied to clipboard

Specify the names of the custom vocabulary filters that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.

Link copied to clipboard

Specify the name of the custom vocabulary that you want to use when processing your transcription. Note that vocabulary names are case sensitive.

Link copied to clipboard

Specify the names of the custom vocabularies that you want to use when processing your transcription. Note that 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