GetFeatureAttrByLabel
API定义  | 
APP_ERROR GetFeatureAttrByLabel(int64_t count, const int64_t *labels, FeatureAttr *attributes) const;  | 
|---|---|
功能描述  | 
获取指定Label特征的属性。  | 
输入  | 
int64_t count:获取特征的数量。 int64_t *labels:特征Label。  | 
输出  | 
FeatureAttr *attributes:特征属性。  | 
返回值  | 
APP_ERROR:调用返回状态,具体请参见接口调用返回值参考。  | 
约束说明  | 
  | 
父主题: AscendIndexTS