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