GetFeatureAttrByLabel
API definition |
APP_ERROR GetFeatureAttrByLabel(int64_t count, const int64_t *labels, FeatureAttr *attributes) const; |
|---|---|
Function |
Obtains the attribute of a specified label feature. |
Input |
int64_t count: number of features to be obtained. const int64_t *labels: feature label. |
Output |
FeatureAttr *attributes: feature attribute. |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexTS