BRStringValue
Child class of BRValue for string values detected on a receipt.
Declaration
@interface BRStringValue : BRValue
class BRStringValue : BRValue
Quick Reference
Properties
| Property | Description |
|---|---|
value | The detected string value. |
Properties
value (read-only)
@property (nonatomic, strong, readonly) NSString *value;
var value: String! { get }
The detected string value.