MaxFaceNum = $param["MaxFaceNum"]; } if (array_key_exists("Image",$param) and $param["Image"] !== null) { $this->Image = $param["Image"]; } if (array_key_exists("Url",$param) and $param["Url"] !== null) { $this->Url = $param["Url"]; } if (array_key_exists("FaceAttributesType",$param) and $param["FaceAttributesType"] !== null) { $this->FaceAttributesType = $param["FaceAttributesType"]; } if (array_key_exists("NeedRotateDetection",$param) and $param["NeedRotateDetection"] !== null) { $this->NeedRotateDetection = $param["NeedRotateDetection"]; } if (array_key_exists("FaceModelVersion",$param) and $param["FaceModelVersion"] !== null) { $this->FaceModelVersion = $param["FaceModelVersion"]; } } }