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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Explainer for the Web Translation and Language Detection APIs
1
+
# Explainer for the Translator and Language Detector APIs
2
2
3
3
_This proposal is an early design sketch by the Chrome built-in AI team to describe the problem below and solicit feedback on the proposed solution. It has not been approved to ship in Chrome._
4
4
@@ -44,7 +44,7 @@ See [below](#language-tag-handling) for more on the details of how language tags
44
44
45
45
### Translation
46
46
47
-
Here is the basic usage of the translation API, with no error handling:
47
+
Here is the basic usage of the translator API, with no error handling:
48
48
49
49
```js
50
50
consttranslator=awaitai.translator.create({
@@ -62,7 +62,7 @@ Note that the `create()` method call here might cause the download of a translat
62
62
63
63
### Language detection
64
64
65
-
A similar simplified example of the language detection API:
65
+
A similar simplified example of the language detector API:
Editor: Domenic Denicola, Google https://google.com, [email protected], https://domenic.me/
9
-
Abstract: The web translation API gives web pages the ability to translate text between languages, and detect the language of such text.
9
+
Abstract: The translator and langauge detector APIs gives web pages the ability to translate text between languages, and detect the language of such text.
0 commit comments