SpeechRecognizedItem 构造函数 |
命名空间:
Smobiler.AI
程序集:
Smobiler.AI (在 Smobiler.AI.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public SpeechRecognizedItem(
string value,
decimal confidence
)
Public Sub New (
value As String,
confidence As Decimal
)
参数
- value
- 类型:SystemString
[缺少 "M:Smobiler.AI.SpeechRecognizedItem.#ctor(System.String,System.Decimal)" 的 <param name="value"/> 文档]
- confidence
- 类型:SystemDecimal
[缺少 "M:Smobiler.AI.SpeechRecognizedItem.#ctor(System.String,System.Decimal)" 的 <param name="confidence"/> 文档]
参见