Values.IdentityDocumentSourceThe structure that lists each document processed in an AnalyzeID operation.
type nonrec t = {documentIndex : UInteger.t option;Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the second 2 and so on.
*)identityDocumentFields : IdentityDocumentFieldList.t option;The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.
*)blocks : BlockList.t option;Individual word recognition, as returned by document detection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of UInteger.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of Percent.t
| `Integer of UInteger.t
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of NonEmptyString.t ] list ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Float of Percent.t
| `List of
[> `String of QueryPage.t
| `Structure of
(string * [> `Float of Float_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `String of String_.t ])
list ])
list ])
list ]
list ])
list ]