We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85485c9 commit f6c403dCopy full SHA for f6c403d
README.md
@@ -252,7 +252,7 @@ language_translation.translate({
252
console.log(JSON.stringify(translation, null, 2));
253
});
254
255
-language_identification.identify({
+language_translation.identify({
256
text: 'The language translation service takes text input and identifies the language used.' },
257
function (err, language) {
258
if (err)
0 commit comments