Releases: visenze/visearch-sdk-java
Releases · visenze/visearch-sdk-java
Add query best images response
Merge pull request #96 from visenze/feature/query_best_images [API-9252] add best images response for query im_name
Support box, group results for STI
Merge pull request #95 from visenze/feature/sti [API-9196] Support box list, group_by for STI
STI support
Merge pull request #94 from visenze/feature/sti [API-9128] Support new STI response fields
Add best images request/response
Merge pull request #92 from visenze/feature/best_image [API-9086] Add best images request/response params
Add sort by parameters
Merge pull request #31 from thehung111/master [VS-1444] add sort by parameters
Add extractFeature API
- Support boxes and feature string results
- Support group_by
Release 1.5.0
Facets parameter support
- Update facets parameters to fit latest API changes
Release 1.4.0
- Add Tracking method sendEvent
- Add recommendation endpoint
Release 1.3.0
Add support for uploadsearch with detection
Release 1.2.5
In this release, we have refined error message and exception handling from the API. Instead of raising a runtime exception when API operation fails, the error messages and a Throwable
cause if any are provided in the response objects such as InsertTrans
, InsertStatus
, and PagedSearchResult
.