Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Classifies content of image.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Vision | 9.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Image | The image to analyze. Can be container value with JPEG, PNG or other image formats supported by Vision framework. |
$image | |
Best | Whether to return only identifier of best. Default is 1. If you pass 0, you get back JSON with all classifications and their confidence. |
1 | Optional |
Returns text or error.
Classify image in container:
Set Field [ Vision::Result ; MBS( "Vision.ClassifyImage"; Vision::Image) ]
Created 18th August 2019, last changed 19th August 2019
VersionAutoUpdate - Vision.DetectBarcode
Feedback: Report problem or ask question.