Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
LongLinesUnit
The LongLinesUnit
interface extends the IntermediateResultUnit
interface and represents a unit of long line segments.
interface LongLinesUnit extends IntermediateResultUnit {
longLines: Array<LineSegment>;
}
longLines
An array of long line segments detected within the image.
See Also