GetEidResultResponse.php 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. * GetEidResult返回参数结构体
  21. *
  22. * @method DetectInfoText getText() 获取文本类信息。(基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从Eidinfo参数中返回,如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
  23. 注意:此字段可能返回 null,表示取不到有效值。
  24. * @method void setText(DetectInfoText $Text) 设置文本类信息。(基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从Eidinfo参数中返回,如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
  25. 注意:此字段可能返回 null,表示取不到有效值。
  26. * @method DetectInfoIdCardData getIdCardData() 获取身份证照片信息。
  27. 注意:此字段可能返回 null,表示取不到有效值。
  28. * @method void setIdCardData(DetectInfoIdCardData $IdCardData) 设置身份证照片信息。
  29. 注意:此字段可能返回 null,表示取不到有效值。
  30. * @method DetectInfoBestFrame getBestFrame() 获取最佳帧信息。
  31. 注意:此字段可能返回 null,表示取不到有效值。
  32. * @method void setBestFrame(DetectInfoBestFrame $BestFrame) 设置最佳帧信息。
  33. 注意:此字段可能返回 null,表示取不到有效值。
  34. * @method EidInfo getEidInfo() 获取Eid信息。(包括商户下用户唯一标识以及加密后的姓名、身份证号信息。解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
  35. 注意:此字段可能返回 null,表示取不到有效值。
  36. * @method void setEidInfo(EidInfo $EidInfo) 设置Eid信息。(包括商户下用户唯一标识以及加密后的姓名、身份证号信息。解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
  37. 注意:此字段可能返回 null,表示取不到有效值。
  38. * @method IntentionVerifyData getIntentionVerifyData() 获取意愿核身朗读模式相关信息。若未使用意愿核身朗读功能,该字段返回值可以不处理。
  39. 注意:此字段可能返回 null,表示取不到有效值。
  40. * @method void setIntentionVerifyData(IntentionVerifyData $IntentionVerifyData) 设置意愿核身朗读模式相关信息。若未使用意愿核身朗读功能,该字段返回值可以不处理。
  41. 注意:此字段可能返回 null,表示取不到有效值。
  42. * @method IntentionQuestionResult getIntentionQuestionResult() 获取意愿核身问答模式相关信息。若未使用意愿核身问答模式功能,该字段返回值可以不处理。
  43. 注意:此字段可能返回 null,表示取不到有效值。
  44. * @method void setIntentionQuestionResult(IntentionQuestionResult $IntentionQuestionResult) 设置意愿核身问答模式相关信息。若未使用意愿核身问答模式功能,该字段返回值可以不处理。
  45. 注意:此字段可能返回 null,表示取不到有效值。
  46. * @method string getRequestId() 获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  47. * @method void setRequestId(string $RequestId) 设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  48. */
  49. class GetEidResultResponse extends AbstractModel
  50. {
  51. /**
  52. * @var DetectInfoText 文本类信息。(基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从Eidinfo参数中返回,如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
  53. 注意:此字段可能返回 null,表示取不到有效值。
  54. */
  55. public $Text;
  56. /**
  57. * @var DetectInfoIdCardData 身份证照片信息。
  58. 注意:此字段可能返回 null,表示取不到有效值。
  59. */
  60. public $IdCardData;
  61. /**
  62. * @var DetectInfoBestFrame 最佳帧信息。
  63. 注意:此字段可能返回 null,表示取不到有效值。
  64. */
  65. public $BestFrame;
  66. /**
  67. * @var EidInfo Eid信息。(包括商户下用户唯一标识以及加密后的姓名、身份证号信息。解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
  68. 注意:此字段可能返回 null,表示取不到有效值。
  69. */
  70. public $EidInfo;
  71. /**
  72. * @var IntentionVerifyData 意愿核身朗读模式相关信息。若未使用意愿核身朗读功能,该字段返回值可以不处理。
  73. 注意:此字段可能返回 null,表示取不到有效值。
  74. */
  75. public $IntentionVerifyData;
  76. /**
  77. * @var IntentionQuestionResult 意愿核身问答模式相关信息。若未使用意愿核身问答模式功能,该字段返回值可以不处理。
  78. 注意:此字段可能返回 null,表示取不到有效值。
  79. */
  80. public $IntentionQuestionResult;
  81. /**
  82. * @var string 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  83. */
  84. public $RequestId;
  85. /**
  86. * @param DetectInfoText $Text 文本类信息。(基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从Eidinfo参数中返回,如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
  87. 注意:此字段可能返回 null,表示取不到有效值。
  88. * @param DetectInfoIdCardData $IdCardData 身份证照片信息。
  89. 注意:此字段可能返回 null,表示取不到有效值。
  90. * @param DetectInfoBestFrame $BestFrame 最佳帧信息。
  91. 注意:此字段可能返回 null,表示取不到有效值。
  92. * @param EidInfo $EidInfo Eid信息。(包括商户下用户唯一标识以及加密后的姓名、身份证号信息。解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
  93. 注意:此字段可能返回 null,表示取不到有效值。
  94. * @param IntentionVerifyData $IntentionVerifyData 意愿核身朗读模式相关信息。若未使用意愿核身朗读功能,该字段返回值可以不处理。
  95. 注意:此字段可能返回 null,表示取不到有效值。
  96. * @param IntentionQuestionResult $IntentionQuestionResult 意愿核身问答模式相关信息。若未使用意愿核身问答模式功能,该字段返回值可以不处理。
  97. 注意:此字段可能返回 null,表示取不到有效值。
  98. * @param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  99. */
  100. function __construct()
  101. {
  102. }
  103. /**
  104. * For internal only. DO NOT USE IT.
  105. */
  106. public function deserialize($param)
  107. {
  108. if ($param === null) {
  109. return;
  110. }
  111. if (array_key_exists("Text",$param) and $param["Text"] !== null) {
  112. $this->Text = new DetectInfoText();
  113. $this->Text->deserialize($param["Text"]);
  114. }
  115. if (array_key_exists("IdCardData",$param) and $param["IdCardData"] !== null) {
  116. $this->IdCardData = new DetectInfoIdCardData();
  117. $this->IdCardData->deserialize($param["IdCardData"]);
  118. }
  119. if (array_key_exists("BestFrame",$param) and $param["BestFrame"] !== null) {
  120. $this->BestFrame = new DetectInfoBestFrame();
  121. $this->BestFrame->deserialize($param["BestFrame"]);
  122. }
  123. if (array_key_exists("EidInfo",$param) and $param["EidInfo"] !== null) {
  124. $this->EidInfo = new EidInfo();
  125. $this->EidInfo->deserialize($param["EidInfo"]);
  126. }
  127. if (array_key_exists("IntentionVerifyData",$param) and $param["IntentionVerifyData"] !== null) {
  128. $this->IntentionVerifyData = new IntentionVerifyData();
  129. $this->IntentionVerifyData->deserialize($param["IntentionVerifyData"]);
  130. }
  131. if (array_key_exists("IntentionQuestionResult",$param) and $param["IntentionQuestionResult"] !== null) {
  132. $this->IntentionQuestionResult = new IntentionQuestionResult();
  133. $this->IntentionQuestionResult->deserialize($param["IntentionQuestionResult"]);
  134. }
  135. if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
  136. $this->RequestId = $param["RequestId"];
  137. }
  138. }
  139. }