Candidate

@objcMembers
final public class Candidate : NSObject
extension Extraction.Candidate: Decodable

A extraction candidate, containing a box, an entity and a its value.

  • box

    Undocumented

    Declaration

    Swift

    public let box: Box?
  • Undocumented

    Declaration

    Swift

    public let entity: String
  • Undocumented

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(box: Box?, entity: String, value: String)
  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool