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