@datafire/rapidapi_language_identification
v3.0.0
Published
DataFire integration for Language Identification (Prediction)
Downloads
3
Readme
@datafire/rapidapi_language_identification
Client library for Language Identification (Prediction)
Installation and Usage
npm install --save @datafire/rapidapi_language_identification
let rapidapi_language_identification = require('@datafire/rapidapi_language_identification').create();
.then(data => {
console.log(data);
});
Description
Automatic language detection for any texts. Supports over 150 languages.
Actions
recognize_language.post
Recognize Language
rapidapi_language_identification.recognize_language.post({
"X-RapidAPI-Host": "",
"X-RapidAPI-Key": "",
"text": ""
}, context)
Input
- input
object
- X-RapidAPI-Host required
string
- X-RapidAPI-Key required
string
- text required
string
: text
- X-RapidAPI-Host required
Output
Output schema unknown
Definitions
This integration has no definitions