File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Language detector
2+ description : >
3+ The `LanguageDetector` API identifies the likely natural language that some text is written in.
4+ You can use this API to supplement machine translation when the source source language is not known.
5+ spec : https://webmachinelearning.github.io/translation-api/#language-detector-api
6+ compat_features :
7+ - api.LanguageDetector
8+ - api.LanguageDetector.availability_static
9+ - api.LanguageDetector.create_static
10+ - api.LanguageDetector.destroy
11+ - api.LanguageDetector.detect
12+ - api.LanguageDetector.expectedInputLanguages
13+ - api.LanguageDetector.inputQuota
14+ - api.LanguageDetector.measureInputUsage
15+ # Missing from BCD: http.headers.Permissions-Policy.language-detector
Original file line number Diff line number Diff line change 1+ # Generated from: languagedetector.yml
2+ # Do not edit this file by hand. Edit the source file instead!
3+
4+ status:
5+ baseline: false
6+ support:
7+ chrome: "138"
8+ compat_features:
9+ - api.LanguageDetector
10+ - api.LanguageDetector.availability_static
11+ - api.LanguageDetector.create_static
12+ - api.LanguageDetector.destroy
13+ - api.LanguageDetector.detect
14+ - api.LanguageDetector.expectedInputLanguages
15+ - api.LanguageDetector.inputQuota
16+ - api.LanguageDetector.measureInputUsage
Original file line number Diff line number Diff line change 1+ name : Translator
2+ description : The `Translator` API translates some text from one natural language to another, using machine translation.
3+ spec : https://webmachinelearning.github.io/translation-api/#translator-api
4+ compat_features :
5+ - api.Translator
6+ - api.Translator.availability_static
7+ - api.Translator.create_static
8+ - api.Translator.destroy
9+ - api.Translator.inputQuota
10+ - api.Translator.measureInputUsage
11+ - api.Translator.sourceLanguage
12+ - api.Translator.targetLanguage
13+ - api.Translator.translate
14+ - api.Translator.translateStreaming
15+ # Missing from BCD: http.headers.Permissions-Policy.translator
Original file line number Diff line number Diff line change 1+ # Generated from: translator.yml
2+ # Do not edit this file by hand. Edit the source file instead!
3+
4+ status:
5+ baseline: false
6+ support:
7+ chrome: "138"
8+ compat_features:
9+ - api.Translator
10+ - api.Translator.availability_static
11+ - api.Translator.create_static
12+ - api.Translator.destroy
13+ - api.Translator.inputQuota
14+ - api.Translator.measureInputUsage
15+ - api.Translator.sourceLanguage
16+ - api.Translator.targetLanguage
17+ - api.Translator.translate
18+ - api.Translator.translateStreaming
You can’t perform that action at this time.
0 commit comments