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.
2 parents 85485c9 + f6c403d commit 49ae1b6Copy full SHA for 49ae1b6
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