diff --git a/index.bs b/index.bs index 86aaff9..6eb9158 100644 --- a/index.bs +++ b/index.bs @@ -117,6 +117,8 @@ This does not preclude adding support for this as a future API enhancement, and
  • The user agent may also give the user a longer explanation the first time speech input is used, to let the user know what it is and how they can tune their privacy settings to disable speech recording if required.
  • + +
  • To mitigate the risk of fingerprinting, user agent MUST NOT personalize speech recognition when performing speech recognition on a {{MediaStreamTrack}}.
  • Implementation considerations

    @@ -211,8 +213,7 @@ enum SpeechRecognitionErrorCode { enum SpeechRecognitionMode { "ondevice-preferred", // On-device speech recognition if available, otherwise use Cloud speech recognition as a fallback. - "ondevice-only", // On-device speech recognition only. Returns an error if on-device speech recognition is not available. - "cloud-only", // Cloud speech recognition only. + "ondevice-only", // On-device speech recognition only. Throw an error if on-device speech recognition is not available. }; enum AvailabilityStatus { @@ -409,7 +410,7 @@ See