Enumerated domain indicating the data type of an input data feature in the context of the GeneXus Cognitive API for custom models.
| Boolean |
The feature's value is a boolean (true or false). |
| Label |
The feature's value is a label (category or enumerated). |
| Media |
The feature's value is a multimedia resource (file path or URL). |
| Numeric |
The feature's value is numeric (integer or float). |
| Text |
The feature's value is a text (or string). |
This domain is available as of GeneXus 16 upgrade 6.
As of GeneXus 16 Upgrade 7 Label value is available.
HowTo: Build a custom model for GeneXus Cognitive API