InterruptionFilter

data class InterruptionFilter(val value: InterruptionFilter) : Rule

Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.

Constructors

Link copied to clipboard
constructor(value: InterruptionFilter)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this Rule as a SentimentFilter and retrieves its aws.sdk.kotlin.services.transcribe.model.SentimentFilter value. Throws an exception if the Rule is not a SentimentFilter.

Link copied to clipboard
Link copied to clipboard

Casts this Rule as a TranscriptFilter and retrieves its aws.sdk.kotlin.services.transcribe.model.TranscriptFilter value. Throws an exception if the Rule is not a TranscriptFilter.

Link copied to clipboard