SpeechDetectionEventArgs(String, Single) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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 -> SpeechDetectionEventArgs
Parameters
- word String
-
- confidence Single
-
See Also