MLKitImageLabelingCommon Framework Reference

  • This documentation outlines classes for image labeling within ML Kit.

  • CommonImageLabelerOptions provides configuration for the image labeling process.

  • ImageLabel represents identified labels and their confidence scores.

  • ImageLabeler is the core class for processing images and generating labels.

Classes

The following classes are available globally.

  • Options for an image labeler.

    Declaration

    Swift

    class CommonImageLabelerOptions : NSObject
  • Represents a label for an image.

    Declaration

    Swift

    class ImageLabel : NSObject
  • An image labeler that processes and labels images.

    Declaration

    Swift

    class ImageLabeler : NSObject