Android

Android Speech to Text Example using SpeechRecognizer

This post is about how to implement speech to text feature in an android application using SpeechRecognizer. Speech to text means that anything that the user says is converted into text.

Android Speech to Text Example using SpeechRecognizer Read More »

Language Identification with ML Kit on Android

This post is about how to setup ML Kit’s language Identification feature in Android application with the help of simple demo app. ML Kit’s Language Identification API ML Kit’s language Identification API allows you to identify the language of a string of text. You can get the string’s most likely language as well as confidence

Language Identification with ML Kit on Android Read More »