characterBoxes
An array of detected individual character bounding boxes.
Declaration
var characterBoxes: [VNRectangleObservation]? { get }Discussion
If the associated VNDetectTextRectanglesRequest request indicates interest in character boxes by setting the option reportCharacterBoxes to true, this property is non-nil. If no characters are found, it remains empty.