VisionResult
The result the framework produces by performing a request.
Declaration
enum VisionResultOverview
Each result contains the original VisionRequest, along with any observations produced.
Topics
Getting the still-image result
Getting the image sequence result
VisionResult.generatePersonInstanceMask(_:_:)VisionResult.generatePersonSegmentation(_:_:)VisionResult.detectDocumentSegmentation(_:_:)VisionResult.recognizeDocuments(_:_:)
Getting the image aesthetics and lens smudge result
Getting the saliency result
VisionResult.generateObjectnessBasedSaliencyImage(_:_:)VisionResult.generateAttentionBasedSaliencyImage(_:_:)
Getting the object-tracking result
Getting the face and body detection result
VisionResult.detectFaceCaptureQuality(_:_:)VisionResult.detectFaceLandmarks(_:_:)VisionResult.detectFaceRectangles(_:_:)VisionResult.detectHumanRectangles(_:_:)
Getting the body and hand pose detection result
VisionResult.detectHumanBodyPose(_:_:)VisionResult.detectHumanHandPose(_:_:)VisionResult.detectHumanBodyPose3D(_:_:)
Getting the animal detection result
Getting the text result
Getting the image alignment, feature print, and background removal result
VisionResult.trackTranslationalImageRegistration(_:_:)VisionResult.trackHomographicImageRegistration(_:_:)VisionResult.generateForegroundInstanceMask(_:_:)VisionResult.generateImageFeaturePrint(_:_:)
Getting the trajectory, contour, and horizon detection result
VisionResult.detectTrajectories(_:_:)VisionResult.detectContours(_:_:)VisionResult.detectHorizon(_:_:)
Getting the optical flow, rectangle and barcode detection result
VisionResult.trackOpticalFlow(_:_:)VisionResult.detectRectangles(_:_:)VisionResult.detectBarcodes(_:_:)