GetDetectInfoEnhancedResponse.php 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. * GetDetectInfoEnhanced返回参数结构体
  21. *
  22. * @method DetectInfoText getText() 获取文本类信息。
  23. 注意:此字段可能返回 null,表示取不到有效值。
  24. * @method void setText(DetectInfoText $Text) 设置文本类信息。
  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 DetectInfoVideoData getVideoData() 获取视频信息。
  35. 注意:此字段可能返回 null,表示取不到有效值。
  36. * @method void setVideoData(DetectInfoVideoData $VideoData) 设置视频信息。
  37. 注意:此字段可能返回 null,表示取不到有效值。
  38. * @method Encryption getEncryption() 获取敏感数据加密信息。
  39. 注意:此字段可能返回 null,表示取不到有效值。
  40. * @method void setEncryption(Encryption $Encryption) 设置敏感数据加密信息。
  41. 注意:此字段可能返回 null,表示取不到有效值。
  42. * @method IntentionVerifyData getIntentionVerifyData() 获取意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
  43. 注意:此字段可能返回 null,表示取不到有效值。
  44. * @method void setIntentionVerifyData(IntentionVerifyData $IntentionVerifyData) 设置意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
  45. 注意:此字段可能返回 null,表示取不到有效值。
  46. * @method IntentionQuestionResult getIntentionQuestionResult() 获取意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
  47. 注意:此字段可能返回 null,表示取不到有效值。
  48. * @method void setIntentionQuestionResult(IntentionQuestionResult $IntentionQuestionResult) 设置意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
  49. 注意:此字段可能返回 null,表示取不到有效值。
  50. * @method string getRequestId() 获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  51. * @method void setRequestId(string $RequestId) 设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  52. */
  53. class GetDetectInfoEnhancedResponse extends AbstractModel
  54. {
  55. /**
  56. * @var DetectInfoText 文本类信息。
  57. 注意:此字段可能返回 null,表示取不到有效值。
  58. */
  59. public $Text;
  60. /**
  61. * @var DetectInfoIdCardData 身份证照片信息。
  62. 注意:此字段可能返回 null,表示取不到有效值。
  63. */
  64. public $IdCardData;
  65. /**
  66. * @var DetectInfoBestFrame 最佳帧信息。
  67. 注意:此字段可能返回 null,表示取不到有效值。
  68. */
  69. public $BestFrame;
  70. /**
  71. * @var DetectInfoVideoData 视频信息。
  72. 注意:此字段可能返回 null,表示取不到有效值。
  73. */
  74. public $VideoData;
  75. /**
  76. * @var Encryption 敏感数据加密信息。
  77. 注意:此字段可能返回 null,表示取不到有效值。
  78. */
  79. public $Encryption;
  80. /**
  81. * @var IntentionVerifyData 意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
  82. 注意:此字段可能返回 null,表示取不到有效值。
  83. */
  84. public $IntentionVerifyData;
  85. /**
  86. * @var IntentionQuestionResult 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
  87. 注意:此字段可能返回 null,表示取不到有效值。
  88. */
  89. public $IntentionQuestionResult;
  90. /**
  91. * @var string 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  92. */
  93. public $RequestId;
  94. /**
  95. * @param DetectInfoText $Text 文本类信息。
  96. 注意:此字段可能返回 null,表示取不到有效值。
  97. * @param DetectInfoIdCardData $IdCardData 身份证照片信息。
  98. 注意:此字段可能返回 null,表示取不到有效值。
  99. * @param DetectInfoBestFrame $BestFrame 最佳帧信息。
  100. 注意:此字段可能返回 null,表示取不到有效值。
  101. * @param DetectInfoVideoData $VideoData 视频信息。
  102. 注意:此字段可能返回 null,表示取不到有效值。
  103. * @param Encryption $Encryption 敏感数据加密信息。
  104. 注意:此字段可能返回 null,表示取不到有效值。
  105. * @param IntentionVerifyData $IntentionVerifyData 意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
  106. 注意:此字段可能返回 null,表示取不到有效值。
  107. * @param IntentionQuestionResult $IntentionQuestionResult 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
  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("Text",$param) and $param["Text"] !== null) {
  123. $this->Text = new DetectInfoText();
  124. $this->Text->deserialize($param["Text"]);
  125. }
  126. if (array_key_exists("IdCardData",$param) and $param["IdCardData"] !== null) {
  127. $this->IdCardData = new DetectInfoIdCardData();
  128. $this->IdCardData->deserialize($param["IdCardData"]);
  129. }
  130. if (array_key_exists("BestFrame",$param) and $param["BestFrame"] !== null) {
  131. $this->BestFrame = new DetectInfoBestFrame();
  132. $this->BestFrame->deserialize($param["BestFrame"]);
  133. }
  134. if (array_key_exists("VideoData",$param) and $param["VideoData"] !== null) {
  135. $this->VideoData = new DetectInfoVideoData();
  136. $this->VideoData->deserialize($param["VideoData"]);
  137. }
  138. if (array_key_exists("Encryption",$param) and $param["Encryption"] !== null) {
  139. $this->Encryption = new Encryption();
  140. $this->Encryption->deserialize($param["Encryption"]);
  141. }
  142. if (array_key_exists("IntentionVerifyData",$param) and $param["IntentionVerifyData"] !== null) {
  143. $this->IntentionVerifyData = new IntentionVerifyData();
  144. $this->IntentionVerifyData->deserialize($param["IntentionVerifyData"]);
  145. }
  146. if (array_key_exists("IntentionQuestionResult",$param) and $param["IntentionQuestionResult"] !== null) {
  147. $this->IntentionQuestionResult = new IntentionQuestionResult();
  148. $this->IntentionQuestionResult->deserialize($param["IntentionQuestionResult"]);
  149. }
  150. if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
  151. $this->RequestId = $param["RequestId"];
  152. }
  153. }
  154. }