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