DeepLabClassification
DeepLab classification result
Operations
GetConfidence
Get classification confidence
method : public : GetConfidence() ~ FloatReturn
| Type | Description |
|---|---|
| Float | classification confidence |
GetName
Get classification name
method : public : GetName() ~ StringReturn
| Type | Description |
|---|---|
| String | classification name |
GetPolygons
Get identified polygons
method : public : GetPolygons() ~ Collection.Tuple.Pair[]<IntRef,IntRef>Return
| Type | Description |
|---|---|
| CollectionTuplePair[]<IntRef,IntRef> | identified polygons |
ToJson
JSON representation
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation |
ToString
Get string representation
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |