Boundary

data class Boundary(    val startSamplePosition: Long,     val endSamplePosition: Long,     val detectSamplePosition: Long)

Parameters

startSamplePosition

the start sample position of wakeupword.

endSamplePosition

the end sample position of wakeupword.

detectSamplePosition

the detect sample position of wakeupword.

Constructors

Link copied to clipboard
fun Boundary(    startSamplePosition: Long,     endSamplePosition: Long,     detectSamplePosition: Long)

Properties

Link copied to clipboard
val detectSamplePosition: Long
Link copied to clipboard
val endSamplePosition: Long
Link copied to clipboard
val startSamplePosition: Long