点击或拖拽改变大小

FacialRecognizedEventArgs 构造函数

获取一个 FacialRecognizedEventArgs 实例

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public FacialRecognizedEventArgs(
	bool success,
	string name,
	double score,
	string error
)

参数

success
类型:SystemBoolean
是否识别成功
name
类型:SystemString
识别人脸的名字
score
类型:SystemDouble
识别的可信度
error
类型:SystemString
错误信息
参见