SpeechDetectionEventArgs(String, Single) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic SpeechDetectionEventArgs(
string word,
float confidence
)
Public Sub New (
word As String,
confidence As Single
)
public:
SpeechDetectionEventArgs(
String^ word,
float confidence
)
new :
word : string *
confidence : float32 -> SpeechDetectionEventArgsParameters
- word String
-
- confidence Single
-
See Also