获取一个 FacialRecognizedEventArgs 实例
命名空间:
Smobiler.Plugins
程序集:
Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public ExistFaceEventArgs(
bool success,
bool exist,
string error
)
Public Sub New (
success As Boolean,
exist As Boolean,
error As String
)
参数
- success
- 类型:SystemBoolean
接口是否成功 - exist
- 类型:SystemBoolean
判断人脸是否存在,在success为true时存在 - error
- 类型:SystemString
success为false时存在
参见