1# IFaceAuthInterface
2
3
4## 概述
5
6定义获取人脸认证驱动的执行器列表接口。
7
8**起始版本:** 3.2
9
10**相关模块:**[HdfFaceAuth](_hdf_face_auth_v10.md)
11
12
13## 汇总
14
15
16### Public 成员函数
17
18| 名称 | 描述 |
19| -------- | -------- |
20| [GetExecutorList](#getexecutorlist) ([out] [IExecutor](interface_i_executor_faceauth_v10.md)[] executorList) | 获取执行器列表,人脸认证服务进程启动进行初始化操作时通过该接口获取人脸认证驱动支持的执行器列表。  |
21
22
23## 成员函数说明
24
25
26### GetExecutorList()
27
28```
29IFaceAuthInterface::GetExecutorList ([out] IExecutor[] executorList)
30```
31**描述**
32
33获取执行器列表,人脸认证服务进程启动进行初始化操作时通过该接口获取人脸认证驱动支持的执行器列表。
34
35**起始版本:** 3.2
36
37**参数:**
38
39| 名称 | 描述 |
40| -------- | -------- |
41| executorList | 执行器对象列表。详细说明请参考[IExecutor](interface_i_executor_faceauth_v10.md)。 |
42
43**返回:**
44
450 表示操作成功。
46
47非0 表示操作失败。
48