Classification
| Property | Type | Description |
|---|---|---|
IsResultClassConfident | Boolean | This flag indicates the confidence of the assigned class. |
ResultClass | String | The ID of the assigned class. |
ResultClassName | String | The name of the assigned class. |
ClassConfidences | ClassificationConfidence [] | The list of all the classes available in the applied Classification skill, together with classification confidence. |
ClassificationConfidence
| Property | Type | Description |
|---|---|---|
Class | String | The ID of the class. |
ClassName | String | The name of the class. |
Confidence | Integer | Classification confidence. |
