IsPass = $param["IsPass"]; } if (array_key_exists("CardVideo",$param) and $param["CardVideo"] !== null) { $this->CardVideo = new FileInfo(); $this->CardVideo->deserialize($param["CardVideo"]); } if (array_key_exists("CardImage",$param) and $param["CardImage"] !== null) { $this->CardImage = new FileInfo(); $this->CardImage->deserialize($param["CardImage"]); } if (array_key_exists("CardInfoOcrJson",$param) and $param["CardInfoOcrJson"] !== null) { $this->CardInfoOcrJson = new FileInfo(); $this->CardInfoOcrJson->deserialize($param["CardInfoOcrJson"]); } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } } }