123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- <?php
- /*
- * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- namespace TencentCloud\Faceid\V20180301\Models;
- use TencentCloud\Common\AbstractModel;
- /**
- * GetDetectInfoEnhanced返回参数结构体
- *
- * @method DetectInfoText getText() 获取文本类信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method void setText(DetectInfoText $Text) 设置文本类信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method DetectInfoIdCardData getIdCardData() 获取身份证照片信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method void setIdCardData(DetectInfoIdCardData $IdCardData) 设置身份证照片信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method DetectInfoBestFrame getBestFrame() 获取最佳帧信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method void setBestFrame(DetectInfoBestFrame $BestFrame) 设置最佳帧信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method DetectInfoVideoData getVideoData() 获取视频信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method void setVideoData(DetectInfoVideoData $VideoData) 设置视频信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method Encryption getEncryption() 获取敏感数据加密信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method void setEncryption(Encryption $Encryption) 设置敏感数据加密信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method IntentionVerifyData getIntentionVerifyData() 获取意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method void setIntentionVerifyData(IntentionVerifyData $IntentionVerifyData) 设置意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method IntentionQuestionResult getIntentionQuestionResult() 获取意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method void setIntentionQuestionResult(IntentionQuestionResult $IntentionQuestionResult) 设置意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @method string getRequestId() 获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- * @method void setRequestId(string $RequestId) 设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- */
- class GetDetectInfoEnhancedResponse extends AbstractModel
- {
- /**
- * @var DetectInfoText 文本类信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- */
- public $Text;
- /**
- * @var DetectInfoIdCardData 身份证照片信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- */
- public $IdCardData;
- /**
- * @var DetectInfoBestFrame 最佳帧信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- */
- public $BestFrame;
- /**
- * @var DetectInfoVideoData 视频信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- */
- public $VideoData;
- /**
- * @var Encryption 敏感数据加密信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- */
- public $Encryption;
- /**
- * @var IntentionVerifyData 意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
- 注意:此字段可能返回 null,表示取不到有效值。
- */
- public $IntentionVerifyData;
- /**
- * @var IntentionQuestionResult 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
- 注意:此字段可能返回 null,表示取不到有效值。
- */
- public $IntentionQuestionResult;
- /**
- * @var string 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- */
- public $RequestId;
- /**
- * @param DetectInfoText $Text 文本类信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @param DetectInfoIdCardData $IdCardData 身份证照片信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @param DetectInfoBestFrame $BestFrame 最佳帧信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @param DetectInfoVideoData $VideoData 视频信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @param Encryption $Encryption 敏感数据加密信息。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @param IntentionVerifyData $IntentionVerifyData 意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @param IntentionQuestionResult $IntentionQuestionResult 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
- 注意:此字段可能返回 null,表示取不到有效值。
- * @param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- */
- function __construct()
- {
- }
- /**
- * For internal only. DO NOT USE IT.
- */
- public function deserialize($param)
- {
- if ($param === null) {
- return;
- }
- if (array_key_exists("Text",$param) and $param["Text"] !== null) {
- $this->Text = new DetectInfoText();
- $this->Text->deserialize($param["Text"]);
- }
- if (array_key_exists("IdCardData",$param) and $param["IdCardData"] !== null) {
- $this->IdCardData = new DetectInfoIdCardData();
- $this->IdCardData->deserialize($param["IdCardData"]);
- }
- if (array_key_exists("BestFrame",$param) and $param["BestFrame"] !== null) {
- $this->BestFrame = new DetectInfoBestFrame();
- $this->BestFrame->deserialize($param["BestFrame"]);
- }
- if (array_key_exists("VideoData",$param) and $param["VideoData"] !== null) {
- $this->VideoData = new DetectInfoVideoData();
- $this->VideoData->deserialize($param["VideoData"]);
- }
- if (array_key_exists("Encryption",$param) and $param["Encryption"] !== null) {
- $this->Encryption = new Encryption();
- $this->Encryption->deserialize($param["Encryption"]);
- }
- if (array_key_exists("IntentionVerifyData",$param) and $param["IntentionVerifyData"] !== null) {
- $this->IntentionVerifyData = new IntentionVerifyData();
- $this->IntentionVerifyData->deserialize($param["IntentionVerifyData"]);
- }
- if (array_key_exists("IntentionQuestionResult",$param) and $param["IntentionQuestionResult"] !== null) {
- $this->IntentionQuestionResult = new IntentionQuestionResult();
- $this->IntentionQuestionResult->deserialize($param["IntentionQuestionResult"]);
- }
- if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
- $this->RequestId = $param["RequestId"];
- }
- }
- }
|