Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.96 KB

File metadata and controls

57 lines (42 loc) · 2.96 KB
layout title description keywords needAutoGenerateSidebar permalink
default-layout
LabelRecognition Class - Dynamsoft Label Recognition .Net API Reference
This page shows LabelRecognition methods of Dynamsoft Label Recognition for .Net API Reference.
api reference, .Net
false
/programming/dotnet/api-reference/label-recognition/index.html

Dynamsoft Label Recognition - LabelRecognition Class

General

Method Description
GetVersion Returns the version number string for the SDK.

 

Initialization

Method Description
LabelRecognition Initialization of LabelRecognition object.
Dispose Destroys an instance of LabelRecognition object.
InitLicense Sets the license and activates the SDK.
InitLicenseFromLTS Initializes the label recognition license and connects to the specified server for online verification.

 

Setting

Method Description
GetRuntimeSettings Gets the current settings and saves it into a struct.
UpdateRuntimeSettings Updates runtime settings with a given struct.
ResetRuntimeSettings Resets the runtime settings.
AppendSettingsFromString Appends LabelRecognitionParameter settings in a string to the SDK object.
AppendSettingsFromFile Appends LabelRecognitionParameter settings in a file to the SDK object.
OutputSettingsToFile Outputs LabelRecognitionParameter settings into a file (JSON file).
ClearAppendedSettings Clear all appended LabelRecognitionParameter settings in the SDK object.
UpdateReferenceRegionFromBarcodeResults Updates reference region which is defined with source type DLR_LST_BARCODE.
GetModeArgument Get argument value for the specified mode parameter.
SetModeArgument Set argument value for the specified mode parameter.

 

Recognizing

Method Description
RecognizeByBuffer Recognizes text from memory buffer containing image pixels in defined format.
RecognizeByFile Recognizes text from a specified image file.