Contents

characterBoxes

An array of detected individual character bounding boxes.

Declaration

let characterBoxes: [RectangleObservation]?

Discussion

If the associated DetectTextRectanglesRequest 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.

See Also

Inspecting an observation