←Select platform

OmrCommand Constructor(OmrFrameDetectionMethod,OmrSensitivity)

Summary

Initializes a new OmrCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal frameDetectionMethod As OmrFrameDetectionMethod, _ 
   ByVal sensitivity As OmrSensitivity _ 
) 
- (instancetype)initWithFrameDetectionMethod:(LTOmrFrameDetectionMethod)frameDetectionMethod 
                                 sensitivity:(LTOmrSensitivity)sensitivity 
public OmrCommand( 
   OmrFrameDetectionMethod frameDetectionMethod,  
   OmrSensitivity sensitivity 
) 

Parameters

frameDetectionMethod
enumeration that is used to specify the OMR frame detection method.

sensitivity
enumeration that is used to specify the sensitivity of the OMR detection engine.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly