LogicLinesUnit The LogicLinesUnit interface extends the IntermediateResultUnit interface and represents a unit of line segments. interface LogicLinesUnit extends IntermediateResultUnit { logicLines: Array<LineSegment>; } logicLines An array of line segment detected within the image. See Also IntermediateResultUnit LineSegment