siri Questions

1

I have integrated speech to text through this appcoda tutorial. The problem I am facing is I want that user can write/edit something himself, but SFSpeechAudioBufferRecognitionRequest doesn't take ...
Gushy asked 14/8, 2017 at 19:38

2

In my app I'd like to be able to tell Siri something like: So I enabled the Siri capability, added a target, implemented the INStartWorkoutIntentHandling (and also the other) delegate methods and...
Epitaph asked 7/10, 2016 at 14:16

4

Solved

I can't seem to find anything on this. Are there any Siri classes or API's in iOS7 that let you do text to speech? All I am trying to do is something like the following: [siriInstance say:@"This i...
Floorwalker asked 21/3, 2014 at 14:45

9

Solved

Does anyone knows that if "speech to text" and "text to speech" api's used in Siri are accessible in IOS 5 or IOS 6 SDK? I researched but couldn't find anything about it in documentation, so if t...
Beggary asked 19/10, 2011 at 15:22

1

Description In my tvOS application, I have a search page with on top a Search Bar and under a Table View with the eventual list of results. While we are focusing the searchBar and the user presse...
Guiscard asked 31/1, 2017 at 15:15

0

I was using Siri integration with telegram. I can ask Siri to send a message to any individual using telegram and it does so. But if I ask it to send a message to a bot using botname it keeps askin...
Melisma asked 12/2, 2017 at 10:47

2

In my application I support only EUR and USD currency. So when user tries to send payment with Siri to GBP, for example, I ask him to choose between EUR and USD. After that on the screen I see: ...
Finer asked 24/10, 2016 at 9:34

0

I am working on a workout app and want to integrate SiriKit for iOS 10. I already know how to integrate SiriKit and make Siri to work with our app. Only useful resource on this I can find is Apple...
Inning asked 19/12, 2016 at 13:33

4

Solved

Is it possible that Apple does or will provide an API for Siri? It would be great if I can be sipping my coffee and say, User: Hey Siri, could you please open Angry Birds; Level 4 and throw a ...
Pepperandsalt asked 22/10, 2011 at 4:13

1

Can I program a macOS app with Siri functionality like I can with an iOS app? As in, for example, play a sound using my music app when telling Siri "play the Aurora sound", or any other thin...
Tripoli asked 13/6, 2016 at 19:40

3

I've been looking forever, but haven't found… Do you know if there's a way to determine whether my iOS app was launched by Siri or by the user tapping the app icon? I need to know because I want t...
Puckett asked 3/10, 2013 at 1:52

3

Solved

Can any one help me with a sample code for adding Speech to Text conversion feature in Apple Watchkit apps.
Wowser asked 11/3, 2015 at 10:53

2

Solved

I know that there is no public API for the SIRI-Services, but is there an API for simple Speech-Recognition? So if I have a textfield and the user taps onto that textfield, a keyboard with th...
Chapbook asked 29/5, 2013 at 11:14

1

I use (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *) to perform real-time regex validation on every character input into a UITextView. Th...
Corpulence asked 4/11, 2014 at 15:40

3

Solved

I can't seem to find any documentation on the speech to text option for text entry in iOS. I know you can do it manually with some the AV stuff, but the out of the box dictation you get when Siri i...
Screw asked 9/6, 2014 at 19:26

2

Solved

I know there is no API for Siri. It also looks like there is no indication of it changing anytime soon. But I can't wait to tap into its nice free-speech recognition capabilities, and so I was th...
Linnea asked 9/7, 2012 at 13:4

2

Solved

Instead of having the user to hold the home button, I would like to programmatically launch Siri within my application. Since there are no public APIs available to accomplish this, I would like to ...
Operculum asked 6/9, 2013 at 3:53

3

I need to launch Siri (on a jailbroken device) through the openUrl: method. For example [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"Siri://"]];
Demonology asked 4/4, 2013 at 1:2

1

Solved

I am developing an iPad app. I want to integrate SIRI functionality in it. So, please guide me to work on this. Actually I don't know how to start. Thanks, Cp
Centimeter asked 20/12, 2012 at 5:9

2

Solved

I read numerous press releases claiming that Apple would make Siri's API available in iOS, but now that Siri has been released I cannot find any documentation for the said API on developer.apple.co...
Schug asked 23/9, 2012 at 7:8

2

Solved

I need to make the "dictate" microphone is the iPhone 4S be programmatically pressed, is this possible?
Allain asked 4/1, 2012 at 18:51

2

Solved

I'm working an on iOS game and recently tested on an iPhone 4S. Siri activates sometimes when my thumb covers the proximity sensor. This is a feature of the 4S. Instead of holding the home button, ...
Eboh asked 24/10, 2011 at 19:53

2

Solved

Supposedly, the engine behind the iPhone's new Siri feature has been under development for several years (spawned from the CALO project). It is said that they even developed a new programming...
Communicable asked 6/10, 2011 at 16:40

© 2022 - 2024 — McMap. All rights reserved.