Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
iDLRCharacterResult
You are viewing a history document page of Dynamsoft Label Recognizer iOS v1.x.
Stores the character result.
Attributes
Attribute | Type |
---|---|
characterH |
NSString * |
characterM |
NSString * |
characterL |
NSString * |
location |
iDLRQuadrilateral * |
characterH
The recognized character with highest confidence.
NSString* characterH
characterM
The recognized character with middle confidence.
NSString* characterM
characterL
The recognized character with lowest confidence.
NSString* characterL
location
The location of current character.
iDLRQuadrilateral* location