CharacterOffsets

Provides the location, using character count, in your transcript where a match is identified. For example, the location of an issue or a category match within a segment.

Types

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

Properties

Link copied to clipboard
val begin: Int?

Provides the character count of the first character where a match is identified. For example, the first character associated with an issue or a category match in a segment transcript.

Link copied to clipboard
val end: Int?

Provides the character count of the last character where a match is identified. For example, the last character associated with an issue or a category match in a segment transcript.

Functions

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