Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:user_management_api [2024/05/28 17:11]
kkshin
en:user_management_api [2024/05/28 18:32]
kkshin [BS2UserFaceExBlob]
Line 124: Line 124:
 <WRAP tip 70%> <WRAP tip 70%>
 **Tip**\\ **Tip**\\
-Please use [[user management api#​BS2UserSettingEx|BS2UserSettingEx]] to set <wrap em>the personal authentication mode</​wrap> ​of <wrap em>FaceStation F2, BioStation 3</​wrap>​.+Please use [[user management api#​BS2UserSettingEx|BS2UserSettingEx]] to set <wrap em>the personal authentication mode</​wrap> ​for <wrap em>Visual Face-based devices</​wrap>​.
 </​WRAP>​ </​WRAP>​
 <code cpp> <code cpp>
Line 387: Line 387:
 <WRAP tip 70%> <WRAP tip 70%>
 **Tip**\\ **Tip**\\
-Please use [[user management api#​BS2UserSetting|BS2UserSetting]] to set <wrap em>the personal authentication mode</​wrap>​ for devices other than <wrap em>FaceStation F2 and BioStation 3</​wrap>​.+Please use [[user management api#​BS2UserSetting|BS2UserSetting]] to set <wrap em>the personal authentication mode</​wrap>​ for devices other than <wrap em>Visual Face-based devices</​wrap>​.
 </​WRAP>​ </​WRAP>​
 <code cpp> <code cpp>
Line 503: Line 503:
 Fingerprint template list for user authentication,​ there must be as many as **user.numFingers**. Refer to [[Fingerprint API]] for data format. \\ \\  Fingerprint template list for user authentication,​ there must be as many as **user.numFingers**. Refer to [[Fingerprint API]] for data format. \\ \\ 
 8. //​faceObjs//​ \\  8. //​faceObjs//​ \\ 
-''​FaceStation2'',​ ''​FaceLite''​ Face template list for user authentication,​ there must be as many as **user.numFaces**. Refer to [[Face API]] for data format. \\ \\ +''​IR Face supported''​ Face template list for user authentication,​ there must be as many as **user.numFaces**. Refer to [[Face API]] for data format. \\ \\ 
 9. //job// \\  9. //job// \\ 
 Job code in T&A mode \\ \\  Job code in T&A mode \\ \\ 
Line 517: Line 517:
 List of access group of the user assigned, maximum is 16. \\ \\  List of access group of the user assigned, maximum is 16. \\ \\ 
 12. //​settingEx//​ \\  12. //​settingEx//​ \\ 
-''​FaceStation F2''​ Sets private authentication. It is now possible to combine more various authentication modes by combining fingerprints and faces. \\ \\ +''​Visual Face supported''​ Sets private authentication. It is now possible to combine more various authentication modes by combining fingerprints and faces. \\ \\ 
 13. //​faceExObjs//​ \\  13. //​faceExObjs//​ \\ 
-''​FaceStation F2''​ Face template list for user authentication,​ there must be as many as **user.numFaces**. Refer to [[Face API]] for data format. \\ \\ +''​Visual Face supported''​ Face template list for user authentication,​ there must be as many as **user.numFaces**. Refer to [[Face API]] for data format. \\ \\ 
  
 ==== BS2UserStatistic ==== ==== BS2UserStatistic ====