Azure-Samples / Cognitive-Speech-STT-iOS

iOS SDK for the Microsoft Speech-to-Text API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/speech-api
Other
49 stars 21 forks source link

what should i do if i want to change the language to be recognized #6

Closed xsywayne11 closed 8 years ago

xsywayne11 commented 8 years ago

need i to call the method +(MicrophoneRecognitionClient)createMicrophoneClient:(SpeechRecognitionMode)speechRecognitionMode withLanguage:(NSString)language withPrimaryKey:(NSString)primaryKey withSecondaryKey:(NSString)secondaryKey withProtocol:(id)delegate; ????

jasonvomsft commented 8 years ago

Yes, that's the correct API to use. You'll want to change the 'withLanguage' argument.

lordhari commented 6 years ago

Language is not changing even with new object created this way. Somehow old language configuration is not changing.