SpeechDetectionEventArgs Constructor (String, Single) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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