Platforms to show: All Mac Windows Linux Cross-Platform
VNRecognizedPointsObservationMBS class New in 26.3
Super class: VNObservationMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Requires iOS 14, macOS 11 or later.
Subclass of the VNObservationMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 5 methods
- method availableGroupKeys as String()
- method availableKeys as String()
- method Constructor Private
- method recognizedPointForKey(name as String, byref error as NSErrorMBS) as VNRecognizedPointMBS
- method recognizedPointsForGroupKey(name as String, byref error as NSErrorMBS) as Dictionary
Super class VNObservationMBS
- 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:
Blog Entries
Release notes
- Version 26.3
- Added VNHumanObservationMBS, VNHumanBodyPoseObservationMBS, VNRecognizedPointsObservationMBS, VNHumanHandPoseObservationMBS, VNDetectHumanBodyPoseRequestMBS, VNDetectHumanHandPoseRequestMBS, VNDetectHumanBodyPose3DRequestMBS and VNStatefulRequestMBS classes.
Some related classes:
- class NSErrorMBS
- class VNDetectHumanBodyPose3DRequestMBS
- class VNDetectHumanBodyPoseRequestMBS
- class VNDetectHumanHandPoseRequestMBS
- class VNHumanBodyPoseObservationMBS
- class VNHumanHandPoseObservationMBS
- class VNHumanObservationMBS
- class VNObservationMBS
- class VNRecognizedPointMBS
- class VNStatefulRequestMBS
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNRecognizedPoints3DObservationMBS - VNRecognizedTextMBS