TTDetectedData Class Reference
| Inherits from | NSManagedObject |
|---|---|
| Declared in | TTDetectedData.h |
type
Type of data detected. For possible values, see TTDetectedMessageType.
@property (nullable, nonatomic, copy) NSNumber *typeDeclared In
TTDetectedData.h
address
NSDictionary of address components. This exists if TTDetectedData is of type TTDetectedMessageTypeAddress.
@property (nullable, nonatomic, retain) NSObject *addressDeclared In
TTDetectedData.h
rangeLocation
The location that can be used to construct a NSRange object for representing the location of the detected data within a message text.
@property (nullable, nonatomic, copy) NSNumber *rangeLocationDeclared In
TTDetectedData.h
rangeLength
The length that can be used to construct a NSRange object for representing the location of the detected data within a message text.
@property (nullable, nonatomic, copy) NSNumber *rangeLengthDeclared In
TTDetectedData.h
message
The message to which this TTDetectedData object belongs.
@property (nullable, nonatomic, retain) TTMessage *messageDeclared In
TTDetectedData.h