Module Values.AssociatedFaceSource

Provides face metadata for the faces that are associated to a specific UserID.

Sourcetype nonrec t = {
  1. faceId : FaceId.t option;
    (*

    Unique identifier assigned to the face.

    *)
}
Sourceval make : ?faceId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FaceId.t ]) 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