-3

I am going to create an iOS app (with Swift) with feature of converting speech into text and display that text in a Label.

Can anyone please tell me can I implement the feature of converting speech into text and display it in a Label?

Pravin S.
  • 465
  • 7
  • 22
  • Find proof of concept, start coding, come back if you hit a blocker somewhere. This question is too broad and hence flagging it as such – NSNoob Nov 17 '15 at 10:59
  • I searched for the same on google but could not found anything on native iOS. I don't want to go for third party SDK or Library. – Pravin S. Nov 17 '15 at 11:03
  • 3rd Party SDKs are your only option here. See this Question for reference. http://stackoverflow.com/questions/942312/iphone-app-add-voice-recognition – NSNoob Nov 17 '15 at 11:20

2 Answers2

2

There is not any built-in framework for speech-to-text in iOS SDK. But you can try these third party APIs: iSpeech or OpenEars

Waruna
  • 162
  • 8
1

you can use speech kit but this not native ios... Nsnoob is correct there is no native library to convert speech to text you can get help from this link http://www.raywenderlich.com/60870/building-ios-app-like-siri

Divyanshu Sharma
  • 551
  • 2
  • 12