SpeechAuthorizationParameters class

 

The SpeechAuthorizationParameters class contains the authentication credentials for the application on the Windows Azure Data Marketplace.

Syntax

public sealed class SpeechAuthorizationParameters

The SpeechAuthorizationParameters class has the following members.

Properties

Name

Description

ClientId

The Client ID of the Azure Data Marketplace account that the application developer registered the The Bing Speech Recognition Control under.

ClientSecret

The Client Secret value of the Azure Data Marketplace account that the application developer registered the Bing Speech Recognition Control under.

Remarks

The SpeechAuthorizationParameters object is passed to the SpeechRecognizer.SpeechRecognizer(string, SpeechAuthorizationParameters) constructor when initializing a new SpeechRecognizer instance.

Requirements

Minimum Supported Client

Windows 8

Required Extensions

Bing.Speech

Namespace

Bing.Speech