GetWebVerificationResultResponse.php 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?php
  2. /*
  3. * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. namespace TencentCloud\Faceid\V20180301\Models;
  18. use TencentCloud\Common\AbstractModel;
  19. /**
  20. * GetWebVerificationResult返回参数结构体
  21. *
  22. * @method integer getErrorCode() 获取本次核验最终结果。0为核验通过,是同一人。
  23. 注意:此字段可能返回 null,表示取不到有效值。
  24. * @method void setErrorCode(integer $ErrorCode) 设置本次核验最终结果。0为核验通过,是同一人。
  25. 注意:此字段可能返回 null,表示取不到有效值。
  26. * @method string getErrorMsg() 获取本次核验最终结果描述。
  27. 注意:此字段可能返回 null,表示取不到有效值。
  28. * @method void setErrorMsg(string $ErrorMsg) 设置本次核验最终结果描述。
  29. 注意:此字段可能返回 null,表示取不到有效值。
  30. * @method string getVideoBestFrameUrl() 获取视频流中采集的最佳人脸照片临时地址,下载有效时间10分钟,如果需要存储请及时下载。
  31. 注意:此字段可能返回 null,表示取不到有效值。
  32. * @method void setVideoBestFrameUrl(string $VideoBestFrameUrl) 设置视频流中采集的最佳人脸照片临时地址,下载有效时间10分钟,如果需要存储请及时下载。
  33. 注意:此字段可能返回 null,表示取不到有效值。
  34. * @method string getVideoBestFrameMd5() 获取视频流中采集的最佳人脸照片内容MD5散列值,可以使用此值校验文件内容是否一致。
  35. 注意:此字段可能返回 null,表示取不到有效值。
  36. * @method void setVideoBestFrameMd5(string $VideoBestFrameMd5) 设置视频流中采集的最佳人脸照片内容MD5散列值,可以使用此值校验文件内容是否一致。
  37. 注意:此字段可能返回 null,表示取不到有效值。
  38. * @method array getVerificationDetailList() 获取本次核验流程的详细信息列表。
  39. 注意:此字段可能返回 null,表示取不到有效值。
  40. * @method void setVerificationDetailList(array $VerificationDetailList) 设置本次核验流程的详细信息列表。
  41. 注意:此字段可能返回 null,表示取不到有效值。
  42. * @method string getVideoUrl() 获取视频流中采集的视频临时地址,下载有效时间10分钟,如果需要存储请及时下载。
  43. 注意:此字段可能返回 null,表示取不到有效值。
  44. * @method void setVideoUrl(string $VideoUrl) 设置视频流中采集的视频临时地址,下载有效时间10分钟,如果需要存储请及时下载。
  45. 注意:此字段可能返回 null,表示取不到有效值。
  46. * @method string getVideoMd5() 获取视频流中采集的视频内容MD5散列值,可以使用此值校验文件内容是否一致。
  47. 注意:此字段可能返回 null,表示取不到有效值。
  48. * @method void setVideoMd5(string $VideoMd5) 设置视频流中采集的视频内容MD5散列值,可以使用此值校验文件内容是否一致。
  49. 注意:此字段可能返回 null,表示取不到有效值。
  50. * @method string getRequestId() 获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  51. * @method void setRequestId(string $RequestId) 设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  52. */
  53. class GetWebVerificationResultResponse extends AbstractModel
  54. {
  55. /**
  56. * @var integer 本次核验最终结果。0为核验通过,是同一人。
  57. 注意:此字段可能返回 null,表示取不到有效值。
  58. */
  59. public $ErrorCode;
  60. /**
  61. * @var string 本次核验最终结果描述。
  62. 注意:此字段可能返回 null,表示取不到有效值。
  63. */
  64. public $ErrorMsg;
  65. /**
  66. * @var string 视频流中采集的最佳人脸照片临时地址,下载有效时间10分钟,如果需要存储请及时下载。
  67. 注意:此字段可能返回 null,表示取不到有效值。
  68. */
  69. public $VideoBestFrameUrl;
  70. /**
  71. * @var string 视频流中采集的最佳人脸照片内容MD5散列值,可以使用此值校验文件内容是否一致。
  72. 注意:此字段可能返回 null,表示取不到有效值。
  73. */
  74. public $VideoBestFrameMd5;
  75. /**
  76. * @var array 本次核验流程的详细信息列表。
  77. 注意:此字段可能返回 null,表示取不到有效值。
  78. */
  79. public $VerificationDetailList;
  80. /**
  81. * @var string 视频流中采集的视频临时地址,下载有效时间10分钟,如果需要存储请及时下载。
  82. 注意:此字段可能返回 null,表示取不到有效值。
  83. */
  84. public $VideoUrl;
  85. /**
  86. * @var string 视频流中采集的视频内容MD5散列值,可以使用此值校验文件内容是否一致。
  87. 注意:此字段可能返回 null,表示取不到有效值。
  88. */
  89. public $VideoMd5;
  90. /**
  91. * @var string 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  92. */
  93. public $RequestId;
  94. /**
  95. * @param integer $ErrorCode 本次核验最终结果。0为核验通过,是同一人。
  96. 注意:此字段可能返回 null,表示取不到有效值。
  97. * @param string $ErrorMsg 本次核验最终结果描述。
  98. 注意:此字段可能返回 null,表示取不到有效值。
  99. * @param string $VideoBestFrameUrl 视频流中采集的最佳人脸照片临时地址,下载有效时间10分钟,如果需要存储请及时下载。
  100. 注意:此字段可能返回 null,表示取不到有效值。
  101. * @param string $VideoBestFrameMd5 视频流中采集的最佳人脸照片内容MD5散列值,可以使用此值校验文件内容是否一致。
  102. 注意:此字段可能返回 null,表示取不到有效值。
  103. * @param array $VerificationDetailList 本次核验流程的详细信息列表。
  104. 注意:此字段可能返回 null,表示取不到有效值。
  105. * @param string $VideoUrl 视频流中采集的视频临时地址,下载有效时间10分钟,如果需要存储请及时下载。
  106. 注意:此字段可能返回 null,表示取不到有效值。
  107. * @param string $VideoMd5 视频流中采集的视频内容MD5散列值,可以使用此值校验文件内容是否一致。
  108. 注意:此字段可能返回 null,表示取不到有效值。
  109. * @param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  110. */
  111. function __construct()
  112. {
  113. }
  114. /**
  115. * For internal only. DO NOT USE IT.
  116. */
  117. public function deserialize($param)
  118. {
  119. if ($param === null) {
  120. return;
  121. }
  122. if (array_key_exists("ErrorCode",$param) and $param["ErrorCode"] !== null) {
  123. $this->ErrorCode = $param["ErrorCode"];
  124. }
  125. if (array_key_exists("ErrorMsg",$param) and $param["ErrorMsg"] !== null) {
  126. $this->ErrorMsg = $param["ErrorMsg"];
  127. }
  128. if (array_key_exists("VideoBestFrameUrl",$param) and $param["VideoBestFrameUrl"] !== null) {
  129. $this->VideoBestFrameUrl = $param["VideoBestFrameUrl"];
  130. }
  131. if (array_key_exists("VideoBestFrameMd5",$param) and $param["VideoBestFrameMd5"] !== null) {
  132. $this->VideoBestFrameMd5 = $param["VideoBestFrameMd5"];
  133. }
  134. if (array_key_exists("VerificationDetailList",$param) and $param["VerificationDetailList"] !== null) {
  135. $this->VerificationDetailList = [];
  136. foreach ($param["VerificationDetailList"] as $key => $value){
  137. $obj = new VerificationDetail();
  138. $obj->deserialize($value);
  139. array_push($this->VerificationDetailList, $obj);
  140. }
  141. }
  142. if (array_key_exists("VideoUrl",$param) and $param["VideoUrl"] !== null) {
  143. $this->VideoUrl = $param["VideoUrl"];
  144. }
  145. if (array_key_exists("VideoMd5",$param) and $param["VideoMd5"] !== null) {
  146. $this->VideoMd5 = $param["VideoMd5"];
  147. }
  148. if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
  149. $this->RequestId = $param["RequestId"];
  150. }
  151. }
  152. }