Developer
Developer

Reputation: 6465

Can we use voice command for interaction in iPhone App

Is there any api or method available for integrating voice command in iPhone app for simple operations like going next and previous? I doubt that it is available but I need clarification on this. Thanks!

Upvotes: 0

Views: 152

Answers (1)

klaustopher
klaustopher

Reputation: 6951

There is no such thing provided by the iOS Library. Not for the regular voice commands and not for Siri. This might change with the upcoming version, but there's nothing announced yet.

Even on CocoaPods there's no such library avaliable, so I think you might have to buy something or start from scratch

Upvotes: 1

Related Questions