WakeupBoundary

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

Parameters

detectSamplePosition

the detection position of wakeword

startSamplePosition

the start position of wakeword

endSamplePosition

the end position of wakeword

Constructors

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

Properties

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