BestFrameBase64 = $param["BestFrameBase64"]; } if (array_key_exists("Sim",$param) and $param["Sim"] !== null) { $this->Sim = $param["Sim"]; } if (array_key_exists("Result",$param) and $param["Result"] !== null) { $this->Result = $param["Result"]; } if (array_key_exists("Description",$param) and $param["Description"] !== null) { $this->Description = $param["Description"]; } if (array_key_exists("BestFrameList",$param) and $param["BestFrameList"] !== null) { $this->BestFrameList = $param["BestFrameList"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } } }