Function: destroy_search_input
Description
Destroys data of the aclfvSearchInput type created by calling the acl.fv.create_search_input API.
The
Prototype
- C Prototype
1aclError aclfvDestroySearchInput(aclfvSearchInput *searchInput)
- Python Function
1ret = acl.fv.destroy_search_input(search_input)
Parameters
|
Parameter |
Description |
|---|---|
|
search_input |
Int, address of the pointer to the aclfvSearchInput data to destroy. |
Return Value
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Parent topic: API for feature vector search (Python)