Values.BatchDetectEntitiesItemResultSourceThe result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.
type nonrec t = {index : Integer.t option;The zero-based index of the document in the input list.
*)entities : ListOfEntities.t option;One or more Entity objects, one for each entity detected in the document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list ])
list ]