语言

Menu
Sites
Language
STT support?

Hello - when will STT support be available? Currently trying to use STT in the emulator returns an error of "STT NOT supported".

Thanks.

查看选择的答案

响应

4 回复
John Ixion

Hi Dave,

STT = stateless transport tunneling ?

colin Rao

Hi,

Did you try it on the real device?

I am just testing the system info "system_info_get_platform_bool("tizen.org/feature/speech.recognition", &stt);" on Z1, as below system info keys, both of them are returned false, seems it's not support STT.

http://tizen.org/feature/speech.recognition

http://tizen.org/feature/speech.synthesis

I am using Tizen SDK 2.3.0 Rev2. But from the SDK help doc, thers is such app guide regarding STT, strange!!!

John Ixion

https://developer.tizen.org/documentation/tutorials/native-application/uix/stt

Mark as answer
Wonyoung Lee

Hi, Dave

 

The functionality of STT(Speech To Text) depends on the target devices.

In case of Z1 device, STT core engine was not included in the firmware.

As Mr colin Rao's comment, you can check whether your device supports STT or not.

("system_info_get_platform_bool("tizen.org/feature/speech.recognition", &stt);" )

 

As I know, there is no device which includes STT core engine in the target device yet.

We have prepared a new device release supported STT in the near future.