From 99efa5cfa34c3f9d38b75352881acdfc99508ebf Mon Sep 17 00:00:00 2001 From: tristantheb Date: Fri, 2 Apr 2021 13:50:14 +0200 Subject: UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with {{Compat()}} (#311) * UPDATE: Removing CompatibilityTable script - Part 1 * UPDATE: Removing CompatibilityTable script - Part 2 * UPDATE: Removing CompatibilityTable script - Part 3 * UPDATE: Removing CompatibilityTable script - Part 4 * UPDATE: Removing CompatibilityTable script - Part 5/5 * FIX: Repair the EOL of one page * FIX: Fix conflicting file --- files/fr/web/api/speechrecognition/index.html | 124 ++++---------------------- 1 file changed, 18 insertions(+), 106 deletions(-) (limited to 'files/fr/web/api/speechrecognition') diff --git a/files/fr/web/api/speechrecognition/index.html b/files/fr/web/api/speechrecognition/index.html index fc92260a1c..cfb56e343e 100644 --- a/files/fr/web/api/speechrecognition/index.html +++ b/files/fr/web/api/speechrecognition/index.html @@ -103,119 +103,31 @@ recognition.onresult = function(event) { bg.style.backgroundColor = color; } -

Specifications

+

Spécifications

- - - - - - - - - - - + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Web Speech API', '#speechreco-section', 'SpeechRecognition')}}{{Spec2('Web Speech API')}} 
SpécificationStatutCommentaire
{{SpecName('Web Speech API', '#speechreco-section', 'SpeechRecognition')}}{{Spec2('Web Speech API')}}
-

Browser compatibility

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatChrome(33)}}{{property_prefix("webkit")}} [1]{{CompatNo}} [2]{{CompatNo}}{{CompatNo}}{{CompatNo}}
continuous{{CompatChrome(33)}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChromeFirefox Mobile (Gecko)Firefox OSIE PhoneOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatVersionUnknown}}[1]{{CompatGeckoMobile(44)}}2.5{{CompatNo}}{{CompatNo}}{{CompatNo}}
continuous{{CompatUnknown}}{{CompatVersionUnknown}}[1]{{CompatUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- - - -

Firefox OS permissions

- -

To use speech recognition in an app, you need to specify the following permissions in your manifest:

- -
"permissions": {
-  "audio-capture" : {
-    "description" : "Audio capture"
-  },
-  "speech-recognition" : {
-    "description" : "Speech recognition"
-  }
-}
- -

You also need a privileged app, so you need to include this as well:

+

Compatibilité des navigateurs

-
  "type": "privileged"
+

{{Compat("api.SpeechRecognition")}}

-

See also

+

Voir aussi

-- cgit v1.2.3-54-g00ecf