OpenFaceVerificationInitResult.php 223 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * 结果
  4. * @author auto create
  5. */
  6. class OpenFaceVerificationInitResult
  7. {
  8. /**
  9. * 人脸识别业务编码
  10. **/
  11. public $business_id;
  12. /**
  13. * 人脸识别请求编码
  14. **/
  15. public $request_code;
  16. }
  17. ?>