Values.PredictionSourceContains information regarding predicted values returned by Amazon Textract operations, including the predicted value and the confidence in the predicted value.
type nonrec t = {value : NonEmptyString.t option;The predicted value of a detected object.
*)confidence : Percent.t option;Amazon Textract's confidence in its predicted value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Float of Percent.t | `String of NonEmptyString.t ]) list ]