Platforms to show: All Mac Windows Linux Cross-Platform
VNDetectDocumentSegmentationRequestMBS class
Super class: VNImageBasedRequestMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Vision | MBS MacFrameworks Plugin | 24.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Perform this request to detect a document in an image. The result that the request generates contains the four corner points of a document’s quadrilateral and saliency mask.
Subclass of the VNImageBasedRequestMBS class.
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
Super class VNImageBasedRequestMBS
- property regionOfInterest as CGRectMBS
- method Constructor Private
Super class VNRequestMBS
- 6 properties
- property className as String
- property ClassPath as String
- property Handle as Integer
- property preferBackgroundProcessing as Boolean
- property revision as Integer
- property usesCPUOnly as Boolean
- 4 methods
- method cancel
- method Constructor Private
- method copy as VNRequestMBS
- method results as VNObservationMBS()
- 3 shared methods
- shared method currentRevision as Integer
- shared method defaultRevision as Integer
- shared method supportedRevisions as NSIndexSetMBS
This class has no sub classes.
Blog Entries
- News from the MBS Xojo Plugins in version 24.5
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.5
- Segment documents in images for Xojo
- MBS Xojo Plugins, version 24.5pr3
Release notes
- Version 24.5
- Added VNDetectDocumentSegmentationRequestMBS class.
Some examples using this class:
Some related classes:
- class CGRectMBS
- class NSIndexSetMBS
- class VNImageBasedRequestMBS
- class VNObservationMBS
- class VNRequestMBS
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNDetectBarcodesRequestMBS - VNDetectedObjectObservationMBS
