Click or drag to resize
SpeechDetectionEventArgs Constructor (String, Single)
Initializes a new instance of the SpeechDetectionEventArgs class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SpeechDetectionEventArgs(
	string word,
	float confidence
)

Parameters

word
Type: SystemString
confidence
Type: SystemSingle
See Also