AmazonTranscribeCallAnalyticsProcessorConfiguration

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

Types

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

Properties

Link copied to clipboard

By default, all CategoryEvents are sent to the insights target. If this parameter is specified, only included categories are sent to the insights target.

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. For more information, see Partial-result stabilization in the Amazon Transcribe Developer Guide.

Link copied to clipboard

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

Link copied to clipboard

The language code in the configuration.

Link copied to clipboard

Specifies the name of the custom language model to use when processing a transcription. Note that language model names are case sensitive.

Link copied to clipboard

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

Link copied to clipboard

Specifies 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 settings for a post-call analysis task in an analytics configuration.

Link copied to clipboard

Specifies how to apply a vocabulary filter to a transcript.

Link copied to clipboard

Specifies the name of the custom vocabulary filter to use when processing a transcription. Note that vocabulary filter names are case sensitive.

Link copied to clipboard

Specifies the name of the custom vocabulary to use when processing a transcription. Note that vocabulary names are case sensitive.

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