Skip to main content

ITranscribeInterruptionFilter

Interface in AWS.Transcribe

Interface for InterruptionFilter.

Properties

AbsoluteTimeRange

property AbsoluteTimeRange: ITranscribeAbsoluteTimeRange

Type: ITranscribeAbsoluteTimeRange

Used to specify a time range (in milliseconds) in your audio, during which to search for an interruption.

Negate

property Negate: TOptional<Boolean>

Specifies whether to negate the condition.

Set to True to flag speech that does not contain interruptions. Set to False to flag speech that contains interruptions.

ParticipantRole

property ParticipantRole: string

Specifies the interrupter that you want to flag.

Valid values: AGENT | CUSTOMER. When not specified, it's equivalent to specifying both participants.

RelativeTimeRange

property RelativeTimeRange: ITranscribeRelativeTimeRange

Type: ITranscribeRelativeTimeRange

Used to specify a time range (in percentage) in your media, during which to search for an interruption.

Threshold

property Threshold: TOptional<Integer>

Specifies the duration threshold of the interruptions in milliseconds.

Valid range: 0 - 14,400,000.