Quality

public enum Quality: String, Codable, CaseIterable, Sendable

Quality display options

  • raw

    Display the raw value

    Declaration

    Swift

    case raw
  • Display the short value

    Declaration

    Swift

    case short
  • Display the symbolized value

    Declaration

    Swift

    case symbolized
  • Display the alternative symbol value

    Declaration

    Swift

    case altSymbol