Click or drag to resize

SpeechDetectionEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaSpeechDetectionEventArgs

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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