ModelPerformanceRate

public enum ModelPerformanceRate : Comparable, CaseIterable

Enumeration which determines performance rate of the specific model. These are high-level settings that translates into adjustment of FPS for ML model inference.

  • off

    Identifies that output of particular model is not required.

    Declaration

    Swift

    case off
  • low

    Low.

    Declaration

    Swift

    case low
  • Medium.

    Declaration

    Swift

    case medium
  • High.

    Declaration

    Swift

    case high