This repo contains iOS samples for using Speech-to-Text in the Microsoft Bing Speech API, an offering within Microsoft Cognitive Services, formerly known as Project Oxford.
The client library is a client library for Speech-to-Text in the Microsoft Bing Speech API
To add the client library dependency from an existing XCode Project:
-
Select your target application, and open the menu
File
thenAdd Files to ...
-
Navigate to
Speech > SpeechToText > iOS > iPhoneOS
, selectSpeechSDK.framework
, and clickAdd
. -
Go to your project settings, by single clicking your project, and navigate to the
General
tab. You'll notice that SpeechSDK.framework exists under theLinked Frameworks and Libraries
section. -
In the General tab, under the
Embedded Binaries
section, click the (+) button. In the dialog, selectSpeechSDK.framework
and click theAdd
button. -
If you wish to run on the iOS Simulator or MacOSX, repeat steps 2-4 but choose either
iPhoneSimulator
orMacOSX
instead.
This sample demonstrates the following features using a wav file or external microphone input:
- Short-form recognition
- Long-form dictation
- Recognition with intent
-
First, you must obtain a Speech API subscription key by [following the instructions on our website(https://www.microsoft.com/cognitive-services/en-us/sign-up).
-
Start XCode and choose the menu
File
, andOpen...
the workspace fileSpeech > SpeechToText > iOS > SpeechSDK.xcworkspace
. -
In XCode, select menu
Product > Build
to build the sample, andRun
to launch this sample app.
In XCode, select the menu Product
, and Run
to launch this sample app.
-
In the application, press the button
Change Mode
to select what type of Speech would like to use. -
For modes where you would like both Speech recognition and Intent to work, you need to sign up Language Understanding Intelligent Service (LUIS) and set the key values in luisAppID and luisSubscriptionID from
Samples\_SpeechRecognitionServerExample\_settings.plist
. -
To Start recognition, press the Start button.
We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our Contribution Rules & Guidelines.
You can reach out to us anytime with questions and suggestions using our communities below:
- Support questions: StackOverflow
- Feedback & feature requests: Cognitive Services UserVoice Forum
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see LICENSE.
Sample images are licensed separately, please refer to LICENSE-IMAGE.
Developers using Cognitive Services, including this client library & sample, are expected to follow the “Developer Code of Conduct for Microsoft Cognitive Services”, found at http://go.microsoft.com/fwlink/?LinkId=698895.