Azure Cloud Platform

Azure Bing Speech API

You can use speech to your application using Bing Speech API. You can create,

Text to Speech - It converts the text into speech such that you can hear what's written in the application. Various language and voice types are supported.


Speech to Text - It converts your voice into text by which you can give inputs using your voice into an application. It is subdivided into two categories, A REST API which converts small commands and does not need continuous user feedback. Second is WebSocket API, you get features like speech recognition hypotheses and useful for longer duration audio inputs that are converted into text.


Recognising speech, this can be done by using different modes such as :

  • Interactive mode, in this user, gives short gives short phrases like commands to an application.
  • Dictation mode, a user provides longer sentences and uses formal speaking.
  • Conversation mode, conversion of human conversation takes place. Not so formal speaking style and can have both long sentences and short commands.
  • It supports multiple languages and accents.
Next

Must Read Article

How to create a VM instance in Azure

How to create a VM instance in Azure

In this Tutorial we are going to launch a Virtual Machine in azure.

How to install WordPress on VM instance in Azure

How to install WordPress on VM instance in Azure

Before you start installing WordPress on VM instance on Azure. You must log in into the machine. You can launch a VM Instance in Azure using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How to launch a VM instances in Google Cloud

How to launch a VM instances in Google Cloud

In this tutorial we are going to launch a Compute Egine instance.

How to install wordpress in VM instances in Google Cloud

How to install WordPress on VM instance in Google Cloud

Before you start installing WordPress on VM instance on Google Cloud. You must log in into the machine. You can launch a VM Instance on Google Cloud using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How To Launch EC2 Machine

How To Launch EC2 Machine

In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How to install WordPress on ec2 machine

How to install WordPress on ec2 machine

Before you start installing WordPress on ec2 machine. You must log in into the machine.