SAPMLTextBlockObservation
public class SAPMLTextBlockObservation : SAPMLTextObservation
Information about block of text detected and corresponding array of SAPMLTextRowObservation in the block.
-
Array of
SAPMLTextRowObservationfrom which the block is createdDeclaration
Swift
open var rows: [SAPMLTextRowObservation] { get }