3.0.0 • Published 5 years ago

@datafire/rapidapi_language_identification v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@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

Output

Output schema unknown

Definitions

This integration has no definitions