FirebaseMLVision Framework Reference

VisionImageLabelerType

enum VisionImageLabelerType : UInt

@enum VisionImageLabelerType An enum of image labeler types.

  • On-device image labeler type.

    Declaration

    Swift

    case onDevice = 0
  • Cloud image labeler type.

    Declaration

    Swift

    case cloud = 1
  • On-device AutoML image labeler type.

    Declaration

    Swift

    case onDeviceAutoML = 2