MNFCategoryScore

Objective-C

@interface MNFCategoryScore : MNFObject

Swift

class MNFCategoryScore : MNFObject

The MNFCategoryScore class represents the probability of a category applying to a particular merchant or transaction.

Immutable properties

  • @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 }