Values.GeometrySourceInformation about where an object (DetectCustomLabels) or text (DetectText) is located on an image.
type nonrec t = {boundingBox : BoundingBox.t option;An axis-aligned coarse representation of the detected item's location on the image.
*)polygon : Polygon.t option;Within the bounding box, a fine-grained polygon around the detected item.
*)}