MSTranslateVendor
MSTranslateVendor copied to clipboard
Microsoft Translator API for iOS
`MSTranslateVendor is possible via CocoaPods. Just add the following to your Podfile.` ``` #define CLIENT_ID @"" #define CLIENT_SECRET @"" ``` ``` - (id)init { self = [super init]; if(self) {...
I have Create Application to translate text-to-text , text-to-speech. Now I want to translate Speech-to-speech and Speech-to-text. How can i use your demo to translate Speech-to-text and Speech-to-Speech ? How...
`MSTranslateVendor` object gets `kRequestTranslate` notification from `-parser:foundCharacters:` method. But this method might be called few times if translated text big enough. So only first part of translated text gets returned...
This pull request fix an error on languages that contains accent, like Portuguese. The error occurs cause NSXMLParser usually split node content when it has some special character.
In a call to `requestTranslateArray` if the access token has expired neither the `successBlock` or `failureBlock` get called. This also leaves the `[[TranslateNotification sharedObject].translateArrayNotification` object in a non nil state,...