←Select platform

OmrFrameDetectionMethod Enumeration

Summary
This enumeration represents the detection method used by the OMR engine.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum OmrFrameDetectionMethod   
typedef NS_ENUM(NSInteger, LTOmrFrameDetectionMethod) { 
 LTOmrFrameDetectionMethodAuto,  
 LTOmrFrameDetectionMethodWithoutFrame,  
 LTOmrFrameDetectionMethodWithFrame 
}; 
public final class OmrFrameDetectionMethod 
    extends java.lang.Enum<OmrFrameDetectionMethod> 
public enum class OmrFrameDetectionMethod   
class OmrFrameDetectionMethod(Enum): 
   Auto = 0 
   WithoutFrame = 1 
   WithFrame = 2 
Members
ValueMemberDescription
0Auto Auto.
1WithoutFrame Detects OMR without frames.
2WithFrame Detect OMR with frames.
Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.