AccidentConfidence

@objc(ZDAccidentConfidence)
public enum AccidentConfidence : Int32

Confidence measure of the detected accident.

  • Accident was detected with a high confidence. The application might inform emergency services directly after waiting for some time for user feedback.

    Declaration

    Swift

    case high
  • low

    Accident was detected, but with a low confidence. The application might ask the user for feedback before notifying any emergency services.

    Declaration

    Swift

    case low