-
@abstract The id of the category.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSNumber *_Nonnull categoryId;Swift
var categoryId: NSNumber { get } -
@abstract The likelyhood score of the category ranging from 0 (zero likelyhood) to 1 (highest likelyhood).
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSNumber *_Nonnull score;Swift
var score: NSNumber { get }
View on GitHub