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 v2.2.20.
Stores the character result.
@interface iDLRCharacterResult : NSObject
Attributes
Attribute | Type |
---|---|
characterH |
NSString * |
characterM |
NSString * |
characterL |
NSString * |
characterHConfidence |
NSInteger |
characterMConfidence |
NSInteger |
characterLConfidence |
NSInteger |
location |
iQuadrilateral * |
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
characterHConfidence
The confidence of the recognized character with the highest confidence.
NSInteger characterHConfidence
characterMConfidence
The confidence of the recognized character with the middle confidence.
NSInteger characterMConfidence
characterLConfidence
The confidence of the recognized character with the lowest confidence.
NSInteger characterLConfidence
location
The location of current character.
iQuadrilateral* location