ImageA = $param["ImageA"]; } if (array_key_exists("ImageB",$param) and $param["ImageB"] !== null) { $this->ImageB = $param["ImageB"]; } if (array_key_exists("UrlA",$param) and $param["UrlA"] !== null) { $this->UrlA = $param["UrlA"]; } if (array_key_exists("UrlB",$param) and $param["UrlB"] !== null) { $this->UrlB = $param["UrlB"]; } if (array_key_exists("FaceModelVersion",$param) and $param["FaceModelVersion"] !== null) { $this->FaceModelVersion = $param["FaceModelVersion"]; } if (array_key_exists("QualityControl",$param) and $param["QualityControl"] !== null) { $this->QualityControl = $param["QualityControl"]; } if (array_key_exists("NeedRotateDetection",$param) and $param["NeedRotateDetection"] !== null) { $this->NeedRotateDetection = $param["NeedRotateDetection"]; } } }