TMEAbduction

@interface TMEAbduction : NSObject

Stores the result of the Concept Abduction inference service.

“Hypothesis” represents the part of the request that is not present in the supplied resource. The more must be hypotesized, the higher the associated penalty.

  • “Hypothesis” of the abduction result.

    Declaration

    Objective-C

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

    Swift

    var hypothesis: TMESemanticDescription { get }
  • Penalty associated with the abduction result.

    Declaration

    Objective-C

    @property (nonatomic, readonly) double penalty;

    Swift

    var penalty: Double { get }