NonTalkTimeFilter

Flag the presence or absence of periods of silence in your Call Analytics transcription output.

Rules using NonTalkTimeFilter are designed to match:

  • The presence of silence at specified periods throughout the call

  • The presence of speech at specified periods throughout the call

See Rule criteria for post-call categories for usage examples.

Types

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

Properties

Link copied to clipboard

Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.

Link copied to clipboard

Set to TRUE to flag periods of speech. Set to FALSE to flag periods of silence

Link copied to clipboard

Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.

Link copied to clipboard

Specify the duration, in milliseconds, of the period of silence that you want to flag. For example, you can flag a silent period that lasts 30,000 milliseconds.

Functions

Link copied to clipboard
inline fun copy(block: NonTalkTimeFilter.Builder.() -> Unit = {}): NonTalkTimeFilter
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