verify

Compare two objects or object with object inside card and return similarity

Compare two objects from different sources or object with a object within the same card and return the similarity between them.

get/verify

Query parameters

card_idstring

This field accepts the id of the card that holds object to compare.

object1string required

This field can contain one of the following references:

  • detection:<detection id> - use a Detection object
  • faceevent:<event id> - use FaceEvent
  • carevent:<event id> - use CarEvent
  • bodyevent:<event id> - use BodyEvent
  • faceobject:<face id> - use FaceObject
  • carobject:<face id> - use CarObject
  • bodyobject:<face id> - use BodyObject
object2string

Same as object1

Response

confidencenumber float required

Face similarity score

Changes