1# Property
2
3
4## 概述
5
6执行器相关属性。
7
8**起始版本:** 4.0
9
10**相关模块:**[HdfFaceAuth](_hdf_face_auth_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| unsigned long [authSubType](#authsubtype) | 人脸认证子类型。  |
21| int [lockoutDuration](#lockoutduration) | 认证方式被冻结的时间。  |
22| int [remainAttempts](#remainattempts) | 认证方式距离被冻结的可处理认证请求次数。  |
23| String [enrollmentProgress](#enrollmentprogress) | 人脸录入进程。  |
24| String [sensorInfo](#sensorinfo) | 传感器信息。  |
25
26
27## 类成员变量说明
28
29
30### authSubType
31
32```
33unsigned long Property::authSubType
34```
35**描述**
36
37人脸认证子类型。
38
39
40### enrollmentProgress
41
42```
43String Property::enrollmentProgress
44```
45**描述**
46
47人脸录入进程。
48
49
50### lockoutDuration
51
52```
53int Property::lockoutDuration
54```
55**描述**
56
57认证方式被冻结的时间。
58
59
60### remainAttempts
61
62```
63int Property::remainAttempts
64```
65**描述**
66
67认证方式距离被冻结的可处理认证请求次数。
68
69
70### sensorInfo
71
72```
73String Property::sensorInfo
74```
75**描述**
76
77传感器信息。
78