Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.06 KB

File metadata and controls

41 lines (28 loc) · 1.06 KB
layout title description keywords needGenerateH3Content needAutoGenerateSidebar noTitleIndex
default-layout
LineSegmentsUnit - Dynamsoft Core Module Android Edition API Reference
The class LineSegmentsUnit of Dynamsoft Core Module represents a collection of line segments in 2D space.
line segments, 2D space, Java, Kotlin
true
true
true

LineSegmentsUnit

The LineSegmentsUnit class represents a collection of line segments in 2D space. It is a derived class of IntermediateResultUnit.

Definition

Namespace: com.dynamsoft.core.intermediate_results

Assembly: DynamsoftCore.aar

class LineSegmentsUnit extends IntermediateResultUnit

Methods

Methods Description
getLineSegments Gets the array of LineSegment.

getLineSegments

Gets the array of LineSegment.

LineSegment[] getLineSegments();

Return Value

The array of LineSegment.