FacialRecognizedEventArgs 构造函数 |
获取一个 FacialRecognizedEventArgs 实例
命名空间:
Smobiler.Plugins
程序集:
Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public FacialRecognizedEventArgs(
bool success,
string name,
double score,
string error
)
Public Sub New (
success As Boolean,
name As String,
score As Double,
error As String
)
参数
- success
- 类型:SystemBoolean
是否识别成功 - name
- 类型:SystemString
识别人脸的名字 - score
- 类型:SystemDouble
识别的可信度 - error
- 类型:SystemString
错误信息
参见