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