//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
ctx | The context from which the service is stopped. |