Skip to content

//sorisdk/com.iplateia.sorisdk/SORIAudioRecognizer/stopRecognition

stopRecognition

[androidJvm]
fun stopRecognition(ctx: Context)

Stops the SORI Audio Recognition Service. example usage:

kotlin
recognizer.stopRecognition(this)

Parameters

androidJvm

ctxThe context from which the service is stopped.