EndPointDetectorParam

fun EndPointDetectorParam(    timeoutInSeconds: Int,     maxDurationInSeconds: Int = 10,     pauseLengthInMilliseconds: Int = 700)

Parameters

timeoutInSeconds

the silence timeout in seconds

maxDurationInSeconds

the allowed maximum speech duration from SPEECH_START to SPEECH_END in seconds (default = 10sec)

pauseLengthInMilliseconds

the inter-breath time which determine speech end in milliseconds(default = 700ms)