Ozeki VoIP SDK Class library
SpeechDetectionEventArgs Constructor (word, confidence)
NamespacesOzeki.Media.MediaHandlersSpeechDetectionEventArgsSpeechDetectionEventArgs(String, Single)
Initializes a new instance of the SpeechDetectionEventArgs class
Declaration Syntax
C#Visual BasicVisual C++
public SpeechDetectionEventArgs(
	string word,
	float confidence
)
Public Sub New ( 
	word As String,
	confidence As Single
)
public:
SpeechDetectionEventArgs(
	String^ word, 
	float confidence
)
Parameters
word (String)
confidence (Single)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290