Requires Unity 5.3.5 or higher.此包允许您使用语音到文本操作系统引擎
This package lets you use speech-to-text OS engine.
On Apple devices it uses engine introduced in iOS10 - you still might target devices with iOS lower than 10 and use simple API to check if engine is supported. 在Apple设备上,它使用IOS10中引入的引擎-您仍然可以将IOS低于10的设备作为目标,并使用简单的API检查引擎是否受支持。
Supports all major languages, such as English, German, Spanish, Dutch etc. - it detects language set in device's settings and is use it in recognition process.
Features:
- Works on both iOS (>=10) and Android (>=3.0),
- Gives you final and partial recognition results,
- Lets you check if current device supports speech recognition with simple API: SpeechRecognizer.EngineExists(),
- Doesn't require Unity PRO,
- Easy integration