v2026.2.1
All Bundles

YoloResult

Yolo inference result

Operations

GetClassifications

Gets an array of classifications

method : public : GetClassifications() ~ YoloClassification[]

Return

TypeDescription
YoloClassificationarray of classifications

GetDimensions

Gets the image dimensions

method : public : GetDimensions() ~ Int[]

Return

TypeDescription
Intimage dimensions

GetImages

Gets image byte

method : public : GetImages() ~ Byte[]

Return

TypeDescription
Byteimage bytes

GetLabels

Gets the labels

method : public : GetLabels() ~ String[]

Return

TypeDescription
Stringlabels

GetOutput

Gets the confidences results

method : public : GetOutput() ~ Float[]

Return

TypeDescription
Floatconfidences results

GetShape

Gets the confidences shape

method : public : GetShape() ~ Int[]

Return

TypeDescription
Intconfidences shape

ToJson

JSON representation

method : public : ToJson() ~ JsonElement

Return

TypeDescription
JsonElementJSON representation

ToString

String representation

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation