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("EidInfo",$param) and $param["EidInfo"] !== null) { $this->EidInfo = new EidInfo(); $this->EidInfo->deserialize($param["EidInfo"]); } 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"]; } } }