Module Values.IdentityDocumentFieldSource

Structure containing both the normalized type of the extracted information and the text associated with it. These are extracted as Type and Value respectively.

Sourcetype nonrec t = {
  1. type_ : AnalyzeIDDetections.t option;
  2. valueDetection : AnalyzeIDDetections.t option;
}
Sourceval make : ?type_:??? -> ?valueDetection:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Float of Percent.t | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.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