v2026.6.4
All Bundles
Bundle ONNX Runtime inference library for running pre-trained models. Supports object detection (YOLO), image classification (ResNet), segmentation (DeepLab), pose estimation (OpenPose), face recognition, and Phi-3 text generation. Compile with -lib onnx.

DeepLabClassification

DeepLab classification result for a single segmented class with coverage and polygons

Operations

GetConfidence #

Get classification confidence

method : public : GetConfidence() ~ Float

Return

TypeDescription
Floatclassification confidence

GetId #

Get classification ID

method : public : GetId() ~ Int

Return

TypeDescription
Intclassification ID

GetName #

Get classification name

method : public : GetName() ~ String

Return

TypeDescription
Stringclassification name

GetPolygons #

Get identified polygons

method : public : GetPolygons() ~ Collection.Tuple.Pair[]<IntRef,IntRef>

Return

TypeDescription
CollectionTuplePair[]<IntRef,IntRef>identified polygons

ToJson #

JSON representation

method : public : ToJson() ~ JsonElement

Return

TypeDescription
JsonElementJSON representation

ToString #

Get string representation

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation