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