YoloResult
Yolo inference result
Operations
GetClassifications
Gets an array of classifications
method : public : GetClassifications() ~ YoloClassification[]Return
| Type | Description |
|---|---|
| YoloClassification | array of classifications |
GetDimensions
Gets the image dimensions
method : public : GetDimensions() ~ Int[]Return
| Type | Description |
|---|---|
| Int | image dimensions |
GetOutput
Gets the confidences results
method : public : GetOutput() ~ Float[]Return
| Type | Description |
|---|---|
| Float | confidences results |
GetShape
Gets the confidences shape
method : public : GetShape() ~ Int[]Return
| Type | Description |
|---|---|
| Int | confidences shape |
ToJson
JSON representation
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation |
ToString
String representation
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |