Click or drag to resize
SpeechRecognizerInfo Class
Contains information about a speech recognizer.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaSpeechRecognizerInfo

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SpeechRecognizerInfo : EventArgs

The SpeechRecognizerInfo type exposes the following members.

Constructors
  NameDescription
Public methodSpeechRecognizerInfo
Initializes a new instance of the SpeechRecognizerInfo class.
Public methodSpeechRecognizerInfo(String, String, CultureInfo)
Initializes a new instance of the SpeechRecognizerInfo class.
Top
Methods
Properties
  NameDescription
Public propertyCulture
Gets or sets the culture of the recognizer.
Public propertyID
Gets or sets the identifier of the recognizer.
Public propertyName
Gets or sets the name of the recognizer.
Public propertySupportedAudioFormats
Gets the audio formats supported by the recognizer.
Top
See Also