MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration

data class MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfiguration(val contentIdentificationType: String? = null, val contentRedactionType: String? = null, val enablePartialResultsStabilization: Boolean? = null, val filterPartialResults: Boolean? = null, val languageCode: String, val languageModelName: String? = null, val partialResultsStability: String? = null, val piiEntityTypes: String? = null, val showSpeakerLabel: Boolean? = null, val vocabularyFilterMethod: String? = null, val vocabularyFilterName: String? = null, val vocabularyName: String? = null)

Constructors

constructor(contentIdentificationType: String? = null, contentRedactionType: String? = null, enablePartialResultsStabilization: Boolean? = null, filterPartialResults: Boolean? = null, languageCode: String, languageModelName: String? = null, partialResultsStability: String? = null, piiEntityTypes: String? = null, showSpeakerLabel: Boolean? = null, vocabularyFilterMethod: String? = null, vocabularyFilterName: String? = null, vocabularyName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Labels all personally identifiable information (PII) identified in Utterance events.

Link copied to clipboard

Redacts all personally identifiable information (PII) identified in Utterance events.

Link copied to clipboard

Enables partial result stabilization in Utterance events.

Link copied to clipboard

Filters partial Utterance events from delivery to the insights target.

Link copied to clipboard

Language code for the transcription model.

Link copied to clipboard

Name of custom language model for transcription.

Link copied to clipboard

Level of stability to use when partial results stabilization is enabled.

Link copied to clipboard
val piiEntityTypes: String? = null

Types of personally identifiable information (PII) to redact from an Utterance event.

Link copied to clipboard

Enables speaker partitioning (diarization) in your Transcript events.

Link copied to clipboard

Method for applying a vocabulary filter to Utterance events.

Link copied to clipboard

Name of the custom vocabulary filter to use when processing Utterance events.

Link copied to clipboard
val vocabularyName: String? = null

Name of the custom vocabulary to use when processing Utterance events.