Enumerations

The following enumerations are available globally.

  • Enumeration which determines whether SDK should adapt its performance to environmental changes (acceleration/deceleration, standing time) or stay fixed.

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public enum ModelPerformanceRate
  • Enumeration representing configuration for ML models

    See more

    Declaration

    Swift

    public enum ModelPerformanceConfig : Equatable