Click or drag to resize
Preferences Class
A streamlined set of parameters for use for Adm and Reco situations to configure speech services.
Inheritance Hierarchy
Object
  Microsoft.CognitiveServices.SpeechRecognitionPreferences
    Microsoft.CognitiveServices.SpeechRecognitionAdmRecoOnlyPreferences

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
public class Preferences

The Preferences type exposes the following members.

Constructors
  NameDescription
Public methodPreferences
Initializes a new instance of the Preferences class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAuthenticationUri
Represents the authentication service endpoint
Public propertyLocale
The locale (or location) System::String^.
Public propertyMicrophoneTimeout
The default microphone timeout in milliseconds. A negative value disables automatic microphone shutoff.
Public propertyServiceUri
The Speech Recognition Service endpoint.
Top
See Also