Speech translation - translation

I wan to integrate the Speech to text api and translator api ? Am looking to integrate both the api to get speech as Input and speech as output. Can anyone guide on the Issue. Thanks

Use SpeechRecognizer Class for it : https://msdn.microsoft.com/en-us/library/office/system.speech.recognition.speechrecognizer.aspx

Related

How do you get the currently spoken word in Amazon Polly?

I'm using Amazon Polly for text-to-speech functionality of my app. I have succeeded in developing it except for one thing. I can't get the current spoken word so I can highlight it on the screen. I know in AVSpeechSynthetizerDelegate, we have this function: AVSpeechSynthetizerDelegate.speechSynthesizer(_:willSpeakRangeOfSpeechString:utterance: to do this. Is there any other similar function in Amazon Polly for this?
Thanks

How to integrate keyword search function with web browser on iOS?

There is a custom web browser in our app. We want to show keyword suggestions when user input some words in search field. Is there some Google api for this?
I've found the similar api of Baidu:
https://m.baidu.com/su?&from=wise_web&action=opensearch&ie=utf-8&wd=keyword.
This api will return a response in json format.
How about Bing and Yahoo? Do they have some kind of keyword suggestion api?
Thanks a lot!
For now , Google\Bing\Yahoo do not offer keyword research api. The keyword planner of Google or the keyword research of Bing are just tools for a company to find which keyword is more valuable for their Ads.
We can get keyword research api from some other websites, such as https://keywordtool.io/google-suggest , but it is not free.
Here is want I found:
https://keywordtool.io/google-suggest : Google does not want people to programmatically pull its autocomplete keyword suggestions.
https://www.quora.com/Does-Yahoo-or-Bing-offer-a-keyword-research-API-similar-to-Googles-Adwords-API : No API for keyword research from Yahoo! or Bing.
Hoping this answer will help someone else.

Google Cloud Speech use custom vocabulary

I would like to use Google Cloud Speech for recognizing speech in a specific domain (healthcare). I know it already allows to add additional words to the vocabulary of the recognizer (word hints), but this must be done at each API call. Do you know if it can be done separately, by creating a priori your own custom vocabulary?
Last time I checked, Google Cloud Speech only allows users to specify phrase hints via speechContexts in each API call. Some other ASRs such as Microsoft ASR do allow users to train their own language model.
You can check CustomClass, it may help you. Create your own class and use it whatever you want

Sample example to implement TripAdvisor api - iOS application

I have tried a lot for finding some example to implement TripAdvisor api. But I didn't get any demo code for implementing it in my iOS application.
I don't know any starting point to implement it.
so please help me and suggest if you know any good demo.
TripAdvisor API is in JSON format, you can parse it using Restkit for example.

Phonetic Characters in Google Translation API

I am using the Google Translation API, here is an example request to getting 'Hello' from English to Simplified Chinese:
Google Translation API - 'Hello' From English to Chinese
And as you can see this is pretty much all the data it returns:
你好
Which is not very helpful to a user who might want to be able to speak it, so does Google Translation API return any pinyin or phonetic typing so it might return that as:
Ni Hao
Thanks!
This isn't possible with the current API. See:
Get Chinese Romanization from Google Translate API
Apparently it is still an open issue that Google has not implemented into the API.

Resources