android speech-to-text - get the first word of a recording -


I am creating a reminder app, and I want to add an option for the user so that he is calling himself a reminder For example, on Friday, the average user will call himself "Friday-John's Birthday Party" for a friend's birthday party, for example, "day - event" (this is more than that, but it is enough for now).

I would like to recognize the first word (or two words) of the recording, and to save it as a proposal on the name of the reminder, there is a possibility to use Android voice recognition?

Thank you in advance

Android Speech-to-Text API (Like "Friday John's birthday party"). How you parse this string (such as to get a structure containing details of day names and descriptions) is up to you and should be done after speech recognition. Does not provide a natural language parsing / understanding functionality through the Android API.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -