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.