react-native-language-detection
v0.2.2
Published
Using Core ML on Apple systems and ML Kit on Android devices to detection language.
Downloads
28
Readme
Install
yarn install react-native-language-detection
Usage
The library will provide: Promise<{language: string, confidence: number}[]>
.
Example
import detect from 'react-native-language-detection'
detect('Testing language detection').then(res => console.log(res))