Hi,
I've been implementing a test of the new Vision framework, looking specifically at the barcode detection - I've been able to get some of the results out in the form of VNBarcodeObservation objects. However, I can't see what the actual barcode value is when looking at the barcodeDescriptor. There appears to be nothing exposed on the https://developer.apple.com/documentation/coreimage/cibarcodedescriptor page to identify any of the properties.
I also tried casting as a specific descriptor for CIPDF417CodeDescriptor and checking the data output for errorCorrectedPayload, which returned some data, but nothing that could be converted back to a string.
Is there any way to access the barcode value from the VNBarcodeObservation?
Regards,
Rob