Questions tagged [siri]

Siri is a personal assistant that speaks to and gathers input from users to preform various tasks, compose messages, launch apps, and answer questions. Siri was announced by Apple alongside the iPhone 4S.

Siri is a personal assistant that speaks to and gathers input from users to preform various tasks, compose messages, launch apps, and answer questions. Siri was announced by Apple alongside the iPhone 4S and has since expanded to iPad and iPod Touch on some select models.

419 questions
0
votes
1 answer

Siri-like scroll UITableView to bottom/footer

I have the need of scrolling a UITableView to a space which has no current UITableViewCells leaving only the last cell (with variable length) at the top, just like Siri does. Currently I'm scrolling the UITableView with [mainTableView…
perrohunter
  • 3,454
  • 8
  • 39
  • 55
0
votes
1 answer

iOS Create Siri icon and animation

I have an app that uses voice input and I would like to create an icon that replicate's the look and feel of the Siri mic. Are there any tutorials that outline how to go about this? I'm fine with getting access to the mic levels, its more what…
0
votes
0 answers

Are there any guidelines for how similar an app's interface can be to Siri?

I'd like to develop an app that has a voice command interface similar to Siri's. (I know, very hard to do, lots of voice commands to code in, but, hopefully, this app won't require too many of them). Anyway, I read somewhere that having an…
daveyjoe
  • 31
  • 1
0
votes
3 answers

Google Maps and Siri implementation

Just wondering, can we integrate Google Maps and Siri together. For Example: I ask Siri, "show nearest Starbucks" and Siri will open the Map app or Google Maps and show the nearest Starbucks on the map. Or I ask Siri, "show me all Apple Stores".…
FirstTimer
  • 313
  • 1
  • 5
  • 14
-1
votes
2 answers

Recover iPhone 4S keys without jailbreak?

Ok so my father just got an iphone 4S, i have the 4. So i'm a big Siri hacker and i wanted to get his Siri keys. I would not like to jailbreak his phone though... So i was thinking, maybe i could put the phone on airplane mode and connect to my wifi…
Trevor Rudolph
  • 1,055
  • 4
  • 18
  • 42
-1
votes
1 answer

Does phonegap support Siri?

I just want to know, does phonegap support Siri? If yes, please provide proper guidelines or API. Thanks, --regeint
regeint
  • 888
  • 2
  • 17
  • 38
-1
votes
0 answers

How to access Mac's speech to text's confidence scores?

In the depths of Siri, it's churning out confidence scores for its dictation. I've accessed this on ios (via simulator on my mac), by tinkering with a package that connects Siri with react native. It returns something like {"value":…
litmuz
  • 71
  • 8
-1
votes
1 answer

Configure Siri from Terminal

Trying to find ways to set up Siri through the terminal. The only thing I need is to uncheck "Enable Ask Siri" box. Can I make it by editing plist without whole Siri app shutdown?
seeneemp3
  • 1
  • 1
-1
votes
2 answers

Can I write an iOS app that supports hotword detection like Siri?

Does apple allow you to write an iOS 14 app, that behaves like Siri, i.e. when a trigger word is spoken, (even when the iPhone is locked), the said app "is invoked" and does someting? I'm writing this for my own use, so root the device, or run it in…
Incömplete
  • 853
  • 8
  • 20
-1
votes
1 answer

want to change voice to Siri male in pyttsx3

import pyttsx3 engine = pyttsx3.init() voices = engine.getProperty('voices') for voice in voices: print (voice) if voice.languages[-1] == u'en_us': engine.setProperty('voice', voice.id) engine.say('Hello…
-1
votes
1 answer

How to activate Siri programmatically?

My app's functionality can't use "Hey Siri" voice activation. Is it possible to activate Apple Siri programmatically in iOS 13/14? How to do it?
Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
-1
votes
1 answer

Create custom type parameter in sirikit

I am working on siri kit and try to create own datatype in Intents.intentdefinition. i refer soupchef demo project which was presented by apple on last WWDC 2019 and in that demo project toppings fields has a custom type. So how custom type is…
Bandish Dave
  • 791
  • 1
  • 7
  • 27
-1
votes
1 answer

Siri, change language recognition by Swift, dynamically

I'm working on an translation APP on WatchOS. I'd like to know how to set siri to "listen" to a certain language and change it along with a choice from the user. For example. The user picks the italian flag? Siri sets itself to recieve Italian…
-1
votes
1 answer

My Intent UI Extension are not displayed when i ask to siri

I have written a Siri Intents extension with a corresponding IntentsUI extension. But only the custom intent response is sayed by siri, the IntentsUI is not displayed. All targets .plist have my CustomIntent in the NSExtensionAttributes…
mmnl.dev
  • 1
  • 1
  • 2
-1
votes
1 answer

I want the Siri to open when I click button. Is it possible?

I added a button to my application. I want the Siri to open when I click this button. Is it possible? How can I do that? Please, help.
1 2 3
27
28