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