TMEBonus

@interface TMEBonus : NSObject

Stores the result of the Concept Bonus inference service.

“Surplus” represents the part of the resource that was not requested. The larger the surplus, the higher the associated incentive.

  • “Surplus” of the bonus result.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) TMESemanticDescription *_Nonnull surplus;

    Swift

    var surplus: TMESemanticDescription { get }
  • Incentive associated with the bonus result.

    Declaration

    Objective-C

    @property (nonatomic, readonly) double incentive;

    Swift

    var incentive: Double { get }