VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrField Class / OmrField Constructor(OmrFieldTemplate,OmrFieldState,Single,Single)
Syntax Requirements SeeAlso
In This Topic
    OmrField Constructor(OmrFieldTemplate,OmrFieldState,Single,Single)
    In This Topic
    Initializes a new instance of the OmrField class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal fieldTemplate
    Template of the form field.
    As OmrFieldTemplate, _
    ByVal state
    State of OMR field.
    As OmrFieldState, _
    ByVal filledPercent
    Percentage of fillable area of OMR field that is actually filled.
    As Single, _
    ByVal confidence
    The recognition confidence.
    As Single _
    )

    Parameters

    fieldTemplate
    Template of the form field.
    state
    State of OMR field.
    filledPercent
    Percentage of fillable area of OMR field that is actually filled.
    confidence
    The recognition confidence.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also