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: 10.3.199.0
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
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
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
See Also