results
The collection of observation results generated by request processing.
Declaration
var results: [VNObservation]? { get }Mentioned in
Discussion
If the request fails, this property is nil. Otherwise, it contains an array of VNObservation subclasses specific to the VNRequest subclass.
Don’t access this property until the request has finished processing.