Values.ExpenseDetectionSourceAn object used to store information about the Value or Label detected by Amazon Textract.
type nonrec t = {text : String_.t option;The word or line of text recognized by Amazon Textract
*)geometry : Geometry.t option;confidence : Percent.t option;The confidence in detection, as a percentage
*)}