I am developing a j2ee web app using servlet, jsp, hibernate. I want that first using Bing speech API my app should convert the speech to the text and on the basis of that text my app should take some action.
first i want to use Bing speech API to convert text to speech followed by LUIS API.
I am new to this API. I don't know how to implement.
There's no option to use this API with j2ee.
I want a complete tutorial on how to start implementing these APIs .