Module Values.UnsearchedFaceSource

Face details inferred from the image but not used for search. The response attribute contains reasons for why a face wasn't used for Search.

Sourcetype nonrec t = {
  1. faceDetails : FaceDetail.t option;
  2. reasons : UnsearchedFaceReasons.t option;
    (*

    Reasons why a face wasn't used for Search.

    *)
}
Sourceval make : ?faceDetails:??? -> ?reasons:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `Structure of (string * [> `Float of Percent.t | `List of [> `Structure of (string * [> `Enum of string | `Float of Percent.t ]) list ] list | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Float of Float_.t | `Integer of UInteger.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t