获取信息-faceGetInfo

返回内容介绍:
public static String sample(TAipFace client) throws Exception {
  //参数
  String person_id = "20181001001";// 需要查询的个体(Person)ID
  String result = client.faceGetInfo(person_id );//获取信息
  return result;
}