how to create voice command based web application?

Ashish D 20 Reputation points
2023-04-24T05:40:29.7166667+00:00

Hi, i want to create the voice command based web application? for EX: if i pass the text in voice format like show me the details of EmployeeNo 101022

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,061 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,602 questions
Developer technologies C#
{count} votes

Accepted answer
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2023-04-24T13:54:24.17+00:00

    @Ashish D I think you could start by checking the custom commands feature of Azure speech services for applications that can be used with voice control. Any application that uses voice commands will need integration with other applications that can process the speech input to recognize intents and then fire the required query. With Azure and this quickstart this is possible with LUIS or the language service and the client application will eventually process the output of speech, language services to fetch your data from the database. I hope this helps clarify the scenario and build a custom voice commands with Azure services.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.