SpeechRecognizedItem 构造函数 |
命名空间:
Smobiler.AI
程序集:
Smobiler.AI (在 Smobiler.AI.dll 中) 版本:6.0.651.17429+884d959fb9267a9ec42d4b571b65ad57e153a55f
语法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"/> 文档]
参见