Click or drag to resize
SpeechDetectionEventArgs Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaSpeechDetectionEventArgs

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

The SpeechDetectionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSpeechDetectionEventArgs(String)
Initializes a new instance of the SpeechDetectionEventArgs class
Public methodSpeechDetectionEventArgs(String, Single)
Initializes a new instance of the SpeechDetectionEventArgs class
Top
Properties
  NameDescription
Public propertyConfidence
Public propertyWord
Top
See Also