You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method checks if on-device speech recognition is available for a specific language. Developers can use this to determine whether to enable on-device features or fall back to cloud-based recognition.
This method initiates the installation of resources required for on-device speech recognition. The installation process may download and configure necessary language models.
41
+
### 2. `Promise<boolean> installOnDevice()`
42
+
This method install the resources required for on-device speech recognition. The installation process may download and configure necessary language models.
0 commit comments