Resource Base
Table of contents

DetectResult

Syntax

interface DetectResult {
    location: Quad;
    width: number;
    height: number;
    config: DocumentDetectConfig;
    confidence?: number;
}

Attributes

location

The result of boundaries quadrangle. Please refer to Quad.

width

The width of image.

height

The height of image.

config

The configuration of document detect. Please refer to DocumentDetectConfig.

confidence

The confidence of the result quadrangle.

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support