←Select platform

State Property

Summary
Gets or sets the state the detected zone.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public OmrZoneState State { get; set; } 
@property (nonatomic, assign) LTOmrZoneState state; 
public OmrZoneState getState(); 
public void setState( 
   OmrZoneState omrZoneState 
); 
public: 
property OmrZoneState State { 
   OmrZoneState get(); 
   void set (    OmrZoneState ); 
} 
State # get and set (OmrZone) 

Property Value

OmrZoneState enumeration value that represents whether the zone is filled or unfilled.

Remarks

To detect the accuracy percentage of this result, refer to Confidence.

Requirements

Target Platforms

See Also

Reference

OmrZone Structure

OmrZone Members

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.