Tizen Developers

Menu
Sites
Language
Speech to Text App 개발

Speech to text App을 개발하려고 하는데요. 

비슷한 VoiceMemo Sample은 있으나, 정작 STT 라이브러리를 사용하지는 않는듯 하더군요. 

 

STT라이브러리를 사용하는 Sample Code를 찾을 수 있을까요?

 

 

 

Responses

1 Replies
Armaan-Ul- Islam

For Tizen App development you have to choose a platform suitable for you:

-Native App (C/C++)

- Web App (HTML,CSS,JS)

-.NET App (C#)

 

For Tizen.NET there's a Sample Application available : SpeechToText

The Sample code is for 'Mobile' platform, But even if you are targeting for 'Wearable' the code base/API is exactly the same. For Tizen Wearable you can reuse the code base from sample application.

 

And If you are interested in Native (C/C++) platform in that case, though I haven't found any Sample application but there's a complete guide on 'Speech to text' with code examples, You can follow that.