Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

Your download will start shortly. If your download does not begin, click here to retry.

SimplifiedLabelRecognizerSettings

The SimplifiedLabelRecognizerSettings class contains settings for label recognition. It is a sub-parameter of SimplifiedCaptureVisionSettings

class SimplifiedLabelRecognizerSettings

Attributes Summary

Property Type Description
grayscaleTransformationModes EnumGrayscaleTransformationMode[] Set the grayscale transformation modes with an array of enumeration GrayscaleTransformationMode.
grayscaleEnhancementModes EnumGrayscaleEnhancementMode[] Set the grayscale enhancement modes with an array of enumeration GrayscaleEnhancementMode.
characterModelName String Specify a character model by its name.
lineStringRegExPattern String Set the RegEx pattern of the text line string to filter out the unqualified results.
maxThreadsInOneTask int Set the maximum available threads count in one label recognition task.
scaleDownThreshold int Set the threshold for image shrinking when dealing with large images.

grayscaleTransformationModes

Set the grayscale transformation modes with an array of enumeration GrayscaleTransformationMode.

int[] grayscaleTransformationModes;

Remarks

View the parameter reference page of GrayscaleTransformationMode for more detail about how to set grayscale transformation modes.

grayscaleEnhancementModes

Set the grayscale enhancement modes with an array of enumeration GrayscaleEnhancementMode.

int[] grayscaleEnhancementModes;

Remarks

View the reference page of GrayscaleEnhancementMode for more detail about how to set grayscale enhancement modes.

characterModelName

Specify a character model by its name.

String characterModelName;

Remarks

View the parameter reference of CharacterModelName for more details about how to use the parameter.

lineStringRegExPattern

Set the RegEx pattern of the text line string to filter out the unqualified results.

String lineStringRegExPattern;

Remarks

maxThreadsInOneTask

Set the maximum available threads count in one label recognition task.

int maxThreadsInOneTask;

Remarks

scaleDownThreshold

Set the threshold for image shrinking when dealing with large images.

int scaleDownThreshold;

Remarks

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 2.2.20
    • Version 2.0.0
    • Version 1.2.1
    • Version 1.2
    • Version 1.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support