Skip to content

Commit d393737

Browse files
committed
1
1 parent 6620d40 commit d393737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-with/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Input a face embedding to be queried and search for a face ID from FeatureHub th
295295

296296
### Search Top-K Faces
297297

298-
Search for the top K faces with the highest similarity. Note that the data obtained by the `HFFeatureHubFaceSearchTopK` interface is cached data, and you need to retrieve all the result data you need before the next call, otherwise the next call will overwrite the historical data.
298+
Search for the top K faces with the highest similarity. Note that the data obtained by the `SearchFaceFeatureTopK` interface is cached data, and you need to retrieve all the result data you need before the next call, otherwise the next call will overwrite the historical data.
299299

300300
### Delete Face Embedding
301301

0 commit comments

Comments
 (0)