-
-
Notifications
You must be signed in to change notification settings - Fork 5
Language Identification Overview
The contents of this page are based on the original Firebase Documentation
With ML Kit's on-device language identification API, you can determine the language of a string of text.
Language identification can be useful when working with user-provided text, which often doesn't come with any language information.
This is a beta release of ML Kit for Firebase. This API might be changed in backward-incompatible ways and is not subject to any SLA or deprecation policy.
Broad language support | Identifies over a hundred different languages. See the complete list. |
Romanized text support | Identifies Arabic, Bulgarian, Greek, Hindi, Japanese, Russian, and Chinese text in both native and romanized script. |
Simple language identification | |
---|---|
"My hovercraft is full of eels." | en |
"ph'nglui mglw'nafh TensorFlow Google wgah'nagl fhtagn" | und |
Confidence distribution | |
---|---|
"an amicable coup d'etat" | en (0.52) fr (0.44) ca (0.03) |
Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.
Project setup
Analytics
Authentication
Dynamic Links
Google Sign In
Firestore
- Configuring the ANE
- Get Started
- Add and Manage Data
- Query Data
- Get Data
- Get Realtime Updates
- Perform Simple and Compound Queries
- Order and Limit Data
- Paginate Data
Messaging
One Signal
Performance
Remote Config
Storage
- Configuring the ANE
- Get Started
- Create a Reference
- Upload Files
- Download Files
- Use File Metadata
- Delete Files
Crashlytics
Vision
- Detect faces
- Scan barcodes
- Label images
- Recognize landmarks
- Natural Language
- Custom Models
External Links