RealTimeContactAnalysisTranscriptItemWithContent

Transcript representation containing Id, Content and list of character intervals that are associated with analysis data. For example, this object within an issue detected would describe both content that contains identified issue and intervals where that content is taken from.

Types

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

Properties

Link copied to clipboard

Begin and end offsets for a part of text.

Link copied to clipboard

Part of the transcript content that contains identified issue. Can be redacted

Link copied to clipboard
val id: String

Transcript identifier. Matches the identifier from one of the TranscriptSegments.

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