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
In the current spec, availableOnDevice(lang) returns a Promise that resolves to a boolean indicating whether on-device speech recognition is supported.
The Web Translation API, which uses on-device language packs to perform translations, has an analogous API that uses a enum to indicate the language pack availability status rather than a boolean. The enum consists of the values: "unavailable", "downloadable", "downloading", and "available".
The text was updated successfully, but these errors were encountered:
In the current spec, availableOnDevice(lang) returns a Promise that resolves to a boolean indicating whether on-device speech recognition is supported.
The Web Translation API, which uses on-device language packs to perform translations, has an analogous API that uses a enum to indicate the language pack availability status rather than a boolean. The enum consists of the values: "unavailable", "downloadable", "downloading", and "available".
The text was updated successfully, but these errors were encountered: