MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val contentIdentificationType: Output<String>? = null

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

Link copied to clipboard
val contentRedactionType: Output<String>? = null

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
val filterPartialResults: Output<Boolean>? = null

Filters partial Utterance events from delivery to the insights target.

Link copied to clipboard
val languageCode: Output<String>

Language code for the transcription model.

Link copied to clipboard
val languageModelName: Output<String>? = null

Name of custom language model for transcription.

Link copied to clipboard
val partialResultsStability: Output<String>? = null

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

Link copied to clipboard
val piiEntityTypes: Output<String>? = null

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

Link copied to clipboard
val showSpeakerLabel: Output<Boolean>? = null

Enables speaker partitioning (diarization) in your Transcript events.

Link copied to clipboard
val vocabularyFilterMethod: Output<String>? = null

Method for applying a vocabulary filter to Utterance events.

Link copied to clipboard
val vocabularyFilterName: Output<String>? = null

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

Link copied to clipboard
val vocabularyName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MediaInsightsPipelineConfigurationElementAmazonTranscribeProcessorConfigurationArgs