LabelPosition

enum LabelPosition

Label position.

  • top

    Above the capture rectangle.

    Declaration

    Swift

    case top
  • In the middle of the capture rectangle.

    Declaration

    Swift

    case center
  • Below the capture rectangle.

    Declaration

    Swift

    case bottom