Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
DLR_CharacterResult
Stores the character result.
Attributes
Attribute | Type |
---|---|
CharacterH |
char |
CharacterM |
char |
CharacterL |
char |
Location |
DLR_Quadrilateral |
CharacterH
The recognized character with highest confidence.
char Dynamsoft.DLR.DLR_CharacterResult.CharacterH
CharacterM
The recognized character with middle confidence.
char Dynamsoft.DLR.DLR_CharacterResult.CharacterM
CharacterL
The recognized character with lowest confidence.
char Dynamsoft.DLR.DLR_CharacterResult.CharacterL
Location
The location of current character.
DLR_Quadrilateral Dynamsoft.DLR.DLR_CharacterResult.Location