Values.CompareFacesMatchSourceProvides information about a face in a target image that matches the source image face analyzed by CompareFaces. The Face property contains the bounding box of the face in the target image. The Similarity property is the confidence that the source image face matches the face in the bounding box.
type nonrec t = {similarity : Percent.t option;Level of confidence that the faces match.
*)face : ComparedFace.t option;Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of Percent.t
| `Structure of
(string
* [> `Float of Percent.t
| `List of
[> `Structure of
(string * [> `Enum of string | `Float of Float_.t ]) list ]
list
| `Structure of
(string * [> `Boolean of Boolean.t | `Float of Float_.t ])
list ])
list ])
list ]