Click or drag to resize

SpeechDetectionEventArgs(String, Single) Constructor

Initializes a new instance of the SpeechDetectionEventArgs class

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

Parameters

word  String
 
confidence  Single
 
See Also