Values.WarningSourceA warning about an issue that occurred during asynchronous text analysis (StartDocumentAnalysis) or asynchronous document text detection (StartDocumentTextDetection).
type nonrec t = {errorCode : ErrorCode.t option;The error code for the warning.
*)pages : Pages.t option;A list of the pages that the warning applies to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Integer of UInteger.t ] list
| `String of ErrorCode.t ])
list ]