Fix incorrect arguments in signature of ContentRecognizer.recognize abstract method. (#7478)
Because this is an abstract method, it never gets called, so this has no implication on the code that gets executed. However, it is certainly bad for developers who subclass ContentRecognizer.