//sorisdk/com.iplateia.sorisdk/SORIAudioRecognizer/clearState
clearState
[androidJvm]
fun clearState(ctx: Context)
Clears the match state of the SORI Audio Recognition Service. This method is useful to reset the state of the service. example usage:
kotlin
recognizer.clearState(this)
Parameters
androidJvm
ctx | The context from which the service is cleared. |