Quality

public enum Quality

The possible quality states.

  • The quality is optimal and enables the movement analysis.

    Declaration

    Swift

    case good
  • ok

    The quality is good enough to perform the movement analysis, but the accuracy can be affected.

    Declaration

    Swift

    case ok
  • bad

    The quality may impair the movement analysis. We cannot guarantee a good performance.

    Declaration

    Swift

    case bad
  • No quality information available yet.

    Declaration

    Swift

    case none