Hi, people,
I'm trying to use speech to text support in a real device (a Gear S2 smartwatch running Tizen 2.3.1). However, I always get error "Not supported" when I try to create the handle (I've used "stt_create(&stt)" as in the tutorials and I've added the "tizen.org/privilege/recorder" privilege to the manifest).
I've checked the "system_info_get_platform_bool("tizen.org/feature/speech.recognition", &b);" and b equals 0, so it looks like the Gear S2 doesn't have STT support (!).
Is it true? Or am I doing something wrong?
Thanks for your help!