SignClassification

class SignClassification : NSObject

Single result of sign instance classification.

  • Classified sign

    Declaration

    Swift

    var sign: Sign { get }
  • Confidence of the sign type, returned by classificator

    Declaration

    Swift

    var confidType: Float { get }
  • Confidence of the number on the sign (if applicable), returned by classificator

    Declaration

    Swift

    var confidNumber: Float { get }
  • Detection on which the classification is based

    Declaration

    Swift

    var detection: Detection { get }