Adding ImageAnalysisInteraction from Objective-C

Is it possible to add ImageAnalysis to a UIImageView from my Objective-C app? I went through the work of adding VNRecognizeTextRequest code to analyze the image and hilite the found text rects, but was unsure how to add user interaction with the found text ranges. Then I noticed a web page that described ImageAnalysisInteraction, but it's Swift only, and I don't know how to get to that from Objective-C.

I'd love to have actual text selection ranges like you get from this, along with the text actions popover, rather than just hilited rects.