I would really like some guidance on combining Apple's new Vision API with ARKit in a way that enables object recognition. This would not need to track the moving object, just recognize it stable in 3d space for the AR experience to react accordingly.
I know this type of experience is available in services like Vuforia or Wikitude, but I would like to try it with only native Apple APIs.
I'm relatively new to this site, so I can't yet comment.
ARKit 1.5 in iOS 11.3 includes Image Recognition.
There is also support for running Vision with ARKit.
I'm not entirely sure what you are asking for, but these might help.