From aa5314ff59bdca50998961ec5835d3e228514ec4 Mon Sep 17 00:00:00 2001 From: goonar <8115743+goonar@users.noreply.github.com> Date: Wed, 2 Jan 2019 08:25:59 -0800 Subject: [PATCH] Add info for Siri Shortcuts (#26414) * Add info for Siri Shortcuts Add info for Siri Shortcuts, introduced in iOS's Update 12 * Created list formatting --- guide/english/voice/index.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/guide/english/voice/index.md b/guide/english/voice/index.md index 4b7cd142b8a..490af017dc9 100644 --- a/guide/english/voice/index.md +++ b/guide/english/voice/index.md @@ -89,11 +89,16 @@ The software components within the platform include both Natural Language Unders IBM Watson Speech-to-Text uses machine learning to accurately predict speech in real time. Currently seven different languages are supported, as well as live voice and pre-recorded audio. The API can be used for free, or paid versions are available for larger scale apps. +### Siri -### More Information -[Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) -[Alexa API](https://developer.amazon.com/docs/alexa-voice-service/api-overview.html) -[IBM Watson API](https://www.ibm.com/watson/services/speech-to-text/) +Apple's iOS 12 update introduced [Siri](https://en.wikipedia.org/wiki/Siri) Shortcuts, which supports the use of third-party applications through Apple's digital voice assistant. Siri Shortcuts allows developers to add shortcuts and personalized phrases to Siri through their applications by, for example, letting the user record a voice phrase for a particular action and adding that phrase to Siri. + +#### More Information + +- [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) +- [Alexa API](https://developer.amazon.com/docs/alexa-voice-service/api-overview.html) +- [IBM Watson API](https://www.ibm.com/watson/services/speech-to-text/) +- [Sirikit](https://developer.apple.com/documentation/sirikit)