TimestampRange

Contains the timestamp range (start time through end time) of a matched category.

Types

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

Properties

Link copied to clipboard

The time, in milliseconds, from the beginning of the audio stream to the start of the category match.

Link copied to clipboard

The time, in milliseconds, from the beginning of the audio stream to the end of the category match.

Functions

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