3 "module_name": "Rhino",
8 "summary": "iOS SDK for Picovoice's Rhino Speech-to-Intent engine",
9 "description": "Rhino is Picovoice's Speech-to-Intent engine. It directly infers intent from spoken commands within a given context of\ninterest, in real-time. For example, given a spoken command *\"Can I have a small double-shot espresso?\"*, Rhino infers that the user wants to order a drink and emits the following inference result:\n\n```json\n{\n \"type\": \"espresso\",\n \"size\": \"small\",\n \"numberOfShots\": \"2\"\n}\n```\n\nRhino is: \n * using deep neural networks trained in real-world environments.\n * compact and computationally-efficient, making it perfect for IoT.\n * self-service. Developers and designers can train custom models using [Picovoice Console](https://picovoice.ai/console/).",
10 "homepage": "https://github.com/Picovoice/rhino/tree/master/binding/ios",
12 "Picovoice": "hello@picovoice.ai"
15 "git": "https://github.com/Picovoice/rhino.git",
16 "tag": "Rhino-iOS-2.1.2"
21 "swift_versions": "5.0",
22 "vendored_frameworks": "lib/ios/PvRhino.xcframework",
25 "lib/common/rhino_params.pv"
28 "source_files": "binding/ios/*.{swift}",
29 "exclude_files": "binding/ios/RhinoAppTest/**",
31 "ios-voice-processor": [
35 "swift_version": "5.0"