点击或拖拽改变大小

ExistFaceEventArgs 构造函数

获取一个 FacialRecognizedEventArgs 实例

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

参数

success
类型:SystemBoolean
接口是否成功
exist
类型:SystemBoolean
判断人脸是否存在,在success为true时存在
error
类型:SystemString
success为false时存在
参见