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