Episerver-Text to Speech integration - episerver

I have to implement text to speech in one of my CMS page.Is there any tool to integrate Text to Speech integration tool in episerver?

Related

Google Actions Builder and Dialogflow CX?

I would like to use Dialogflow CX to build an agent for the Google Assistant app but I am getting mixed information from articles and documentation on whether this is possible and how easy it is. Does anyone have experience doing this, or have any guidance on if this is possible?
Currently, Google Assistant integration is not supported in the Dialogflow CX. Here are the supported integrations you can use in Dialogflow CX.
However, for any currently unsupported platforms, if they provide developer tools, you can create your own implementation using one of Dialogflow CX’s Client Libraries, Rest API or RPC API.

Integrating IBM Watson Assistant to Angular js project

I have created chatbot service on IBM Cloud. I have my Angular project outside IBM Cloud. Now, I want to integrate Watson Assistant with my project. How to do that? Do I want to have any external jar files for this integration?
The answer depends on how you deploy the chatbot and how you interact with it. You can integrate / embed the Watson Assistant chatbot into any website similar to a widget or interact with it from within your Angular app itself. In that case, you have the option to call the Assistant API functions or to use an SDK like the Node.js SDK.

How to invoke visual recognition api in watson conversation service?

I have been developing a health care assistant using IBM Watson, I want to invoke the Visual Recognition API in Watson Assistant(formerly Conversation) service. I've created the Visual Recognition service credentials and created custom training data set using images. How do I invoke that into my conversation service?

Google Assistant API

Is there some google assistant api guide or tutorial? I cannot find anything related by these keywords. There seems have some Android app integration guide, but I want to integrate with my cloud service, not android app.
I find IFTTT have connected Google Assistant to several services, so I want to add some intents to my custom service.
I have built an Alexa app by using Alexa Skill Kit to handle my customize intent, and want to find something similar in Google Assistant developer playground, but I have no clue.
Thanks!
Google Assistant API was officially launched by Google for Windows, Mac, and Linux by which you can Get Google Assistant on Windows, Mac, and Linux.
If you wish to create voice applications for Google Assistant which are called as Google actions you will have to rely on the developers guide posted here
There is also an introductory course on udemy for the same.
I personally have used dialogFlow
and for the backend and I used firebase and have hosted a few apps into the store
Google Assistant will open its SDK to developers this December.
There's been a quite a lot of development on supporting the developer ecosystem, including the release of the Google Assistant SDK, app templates, and the ability to host and edit your integration via Firebase Functions.
For some code samples see
Conversational Components for Google Assistant
DialogFlow (previously Api.ai) v2 Samples

Speech recognition with PhoneGap or Sencha

I'm planning to use Sencha 2.0 as my platform for mobile apps development. And I'm planning to use Speech recognition in the app - is there a Speech Recognition API that will work well across iOS and Android platforms?
To my knowledge, the answer is no.
Most speech recognition apps on smartphones do the speech processing on servers. Google provides built in speech recognition through the Speech Input API for Android. This api on the client will record the users speech, send it to a Google server for analysis, and return the recognized text. Google provides this service for Android apps for free. Some folks have reverse engineered the Speech recognition service Google provides for Chrome if you want an idea of how it works.
Today, Apple's iOS does not include a comparable API. There is hope that in the future they will expose an API to leverage the Siri servers for 3rd party apps, but today they do not. So, to build speech enabled apps for the iPhone requires deploying or contracting speech recognition services. Nuance, iSpeech, and others offer iOS SDKs for speech recognition in mobile apps.
Others on StackOverflow have discussed using PocketSphinx as a client based speech recognition engine, but I have no experience with that.
Though I guess it is possible for Sencha or PhoneGap to provide a common API for speech recognition, since there is no standard or free speech recognition solution for iPhone, it seems unlikely that these frameworks would be able to solve this complex problem. Perhaps if Apple exposes Siri in their SDK, a client framework could provide a common solution for iPhone and Android.

Resources