Function: delete
Description
Deletes a specified feature from a repository. Only one feature can be deleted from the repository at a time. This API does not apply to the N:M mode.
The
Prototype
- C Prototype
1aclErroraclfvDel(aclfvFeatureInfo *featureInfo)
- Python Function
1ret = acl.fv.delete(feature_info)
Parameters
|
Parameter |
Description |
|---|---|
|
feature_info |
Int, address of the pointer that points to feature description. Call acl.fv.create_feature_info to create data of the aclfvFeatureInfo type in advance. |
Return Value
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Restrictions
Parent topic: API for feature vector search (Python)