Platforms to show: All Mac Windows Linux Cross-Platform
VNObservationMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Observations resulting from Vision image analysis requests inherit from this abstract base class. Do not use this abstract superclass directly.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 6 properties
- property className as String
- property Confidence as Double
- property description as String
- property Handle as Integer
- property requestRevision as Integer
- property UUID as String
- 2 methods
- method Constructor Private
- method copy as VNObservationMBS
Sub classes:
- class VNClassificationObservationMBS
- class VNCoreMLFeatureValueObservationMBS
- class VNDetectedObjectObservationMBS
- class VNFeaturePrintObservationMBS
- class VNHorizonObservationMBS
- class VNImageAlignmentObservationMBS
- class VNInstanceMaskObservationMBS
- class VNPixelBufferObservationMBS
Blog Entries
Xojo Developer Magazine
Release notes
- Version 25.3
- Added Description property to VNRequestMBS and VNObservationMBS classes.
Some methods using this class:
- VNRequestMBS.results as VNObservationMBS()
Some examples using this class:
- /AVFoundation/Live Barcode Detection with Vision/Live Barcode Detection with Vision
- /MacFrameworks/DetectDocumentSegmentationRequest
Some related classes:
- class VNClassificationObservationMBS
- class VNFaceObservationMBS
- class VNFeaturePrintObservationMBS
- class VNImageAlignmentObservationMBS
- class VNImageHomographicAlignmentObservationMBS
- class VNImageTranslationAlignmentObservationMBS
- class VNRecognizedObjectObservationMBS
- class VNRectangleObservationMBS
- class VNSaliencyImageObservationMBS
- class VNTextObservationMBS
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNInstanceMaskObservationMBS - VNPixelBufferObservationMBS