DetectionClass

enum DetectionClass : UInt

Class of a detected object.

  • car

    Declaration

    Swift

    case car = 0
  • Declaration

    Swift

    case bicycle = 1
  • Declaration

    Swift

    case person = 2
  • Declaration

    Swift

    case trafficLight = 3
  • Declaration

    Swift

    case trafficSign = 4
  • Declaration

    Swift

    case constructionCone = 5