Platforms to show: All Mac Windows Linux Cross-Platform
Back to VNRecognizedPoints3DObservationMBS class.
VNRecognizedPoints3DObservationMBS.availableGroupKeys as String()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
VNRecognizedPoints3DObservationMBS.availableKeys as String()
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
VNRecognizedPoints3DObservationMBS.Constructor Private
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
VNRecognizedPoints3DObservationMBS.recognizedPointForKey(name as String, byref error as NSErrorMBS) as VNRecognizedPoint3DMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
pointKey: The key of the point to retrieve.
error: On output, an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.
Returns the point the observation associates with the key. On failure, this method returns nil.
VNRecognizedPoints3DObservationMBS.recognizedPointsForGroupKey(name as String, byref error as NSErrorMBS) as Dictionary
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
groupKey: The group key to retrieve points for.
error: On output, an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.
Returns a dictionary of labeled points for the group. On failure, this method returns nil.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.