WakeupBoundary
data class WakeupBoundary( val detectSamplePosition: Long, val startSamplePosition: Long, val endSamplePosition: Long)
Content copied to clipboard
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)
Content copied to clipboard