Resource Base
Table of contents

DSCandidateQuadEdgesUnit

The DSCandidateQuadEdgesUnit class represents an intermediate result unit whose type is candidate quad edges.

Definition

Assembly: DynamsoftDocumentNormalizer.xcframework

  • Objective-C
  • Swift
  1. @interface DSCandidateQuadEdgesUnit: DSIntermediateResultUnit
    
  2. class CandidateQuadEdgesUnit: IntermediateResultUnit
    

Attributes

Attributes Type Description
candidateQuadEdges NSArray<DSEdge * > * An array of edges. It includes all edges that candidate quadrilaterals assembling.

candidateQuadEdges

An array of edges. It includes all edges that candidate quadrilaterals assembling.

  • Objective-C
  • Swift
  1. @property (nonatomic, nullable, copy) NSArray<DSEdge *> * candidateQuadEdges;
    
  2. var candidateQuadEdges: [Edge]? { get set }
    

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

version 2.0.20

  • Latest version
  • Version 2.x
    • Version 2.2.10
    • Version 2.0.20
    • Version 2.0.10
    • Version 2.0.10
  • Version 1.x
    • Version 1.0.30
    • Version 1.0.21
    • Version 1.0.20
    • Version 1.0.12
    • Version 1.0.11
    • Version 1.0.10
    • Version 1.0.0
    • Version 1.0.30
    • Version 1.0.21
    • Version 1.0.20
    • Version 1.0.12
    • Version 1.0.11
    • Version 1.0.10
    • Version 1.0.0
    • Version 1.0.5
    • Version 1.0.4
    • Version 1.0.3
    • Version 1.0.2
    • Version 1.0.1
    • Version 1.0.0
Change +
© 2003–2024 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support