Remove reference cycles in contentRecog objects (#11510)
* ContentRecog: add a BaseContentRecogTextInfo class which all TextInfos emitted by RecogResult objects should now inherit from to avoid creating reference cycles. the built-in ContentRecognizer TextInfos now do this.
* Add comment