获取人脸列表-getFaceIds

返回内容介绍:
public static String sample(TAipFace client) throws Exception {
 String person_id= "20181001001";//person_id 个体(Person)ID
 String result = client.getFaceIds(person_id);//获取人脸列表
  return result;
}