Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
PredetectedRegionElement
The PredetectedRegionElement
interface extends the RegionObjectElement
interface and represents a pre-detected region element in an image.
interface PredetectedRegionElement extends RegionObjectElement {
modeName: string;
}
modeName
Gets the name of the detection mode used to detect this region element.