⛏️imageSimilarityTrain
Description
Add new image data in our search engine.
Parameters
Parameter
Type
Description
imageUrl
string
valid image url
metadata
object
metadata about the image, this metadata will be returned in the test results
Response
Parameter
Type
Description
message
string
message about the response
status
int
0 for similar image found and training not completed
1 for similar image not found and successfully added the image to our search engine
-1 for any error occurs during the execution of the request
img
object
this object will contain four properties keyPoint1, keyPoint2, and matchedImg will be None score will be the similarity score of the search
Request
Here is an example of how to make a imageSimilarityTrain
request using the NEST® SDK:
Response
Last updated