Resource Base
Table of contents

DSPredetectedRegionElement

The DSPredetectedRegionElement class extends the DSRegionObjectElement class and represents a pre-detected region element in an image.

Definition

Assembly: DynamsoftCore.xcframework

  • Objective-C
  • Swift
  1. @interface DSPredetectedRegionElement: DSRegionObjectElement
    
  2. class PredetectedRegionElement : RegionObjectElement
    

Attributes

Attributes Type Description
modeName NSString * The name of the detection mode used to detect this region element.

modeName

The name of the detection mode used to detect this region element. It can be one of the following:

  • “RPM_AUTO”
  • “RPM_GENERAL”
  • “RPM_GENERAL_RGB_CONTRAST”
  • “RPM_GENERAL_GRAY_CONTRAST”
  • “RPM_GENERAL_HSV_CONTRAST”
  • Objective-C
  • Swift
  1. @property(nonatomic, assign, readonly) NSString *modeName;
    
  2. var modeName: String { get }
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +