
Here, a file or TTS prompt is played, and the user's response, which must be one of a set of specified words or short phrases, is passed to the selected next_page. The run_speech_menu action, being somewhat more restricted, is ideal for menu driven applications. This allows you to play a file or TTS prompt, then receive a transcription of the user's response passed to your next_page. In most applications, the main action used to drive a conversation with the user is get_input. For the up to date list, see Speech Recognition Languages. LanguagesĬurrently, our Speech Recognition supports 120 languages and language variants. It may be accessed using the get_input, play, run_speech_menu, start_transcription and stop_transcription actions.

Our Speech Recognition is available for REST applications only, and requires REST API v2.
GOOGLE SPEECH TO TEXT API HOW TO
This gives you much flexibility in how to drive the conversation, including the use of AI driven chatbots. In combination with Text To Speech (TTS), our Speech Recognition allows your application to present a natural, conversational interface to the user.


You can optionally provide hint information to adapt the recogniser to words or phrases which are more likely to be said. In practice, this means you tell it what language it'll be hearing then it will do its best to transcribe whatever you say to it. Aculab Cloud uses Google Speech-to-Text, a multilingual natural language speech recogniser powered by machine learning.
