What is the difference between createSpeechRecognizer() and createOnDeviceSpeechRecognizer()?

620 Views Asked by At

The createSpeechRecognizer() method was added in API level 8. The createOnDeviceSpeechRecognizer() method has been added in Android S. But their descriptions are same (according to the official site). Can anyone clarify the difference between them? Is there any possibility in the near future of the createSpeechRecognizer() method being deprecated?

0

There are 0 best solutions below