MLKitImageLabelingCommon Framework Reference

  • MLKCommonImageLabelerOptions provides configurable options for customizing the image labeling process.

  • MLKImageLabel encapsulates the identified label information for an image, including its description and confidence score.

  • MLKImageLabeler is the core class responsible for processing images and generating labels using machine learning models.

Classes

The following classes are available globally.

  • Options for an image labeler.

    Declaration

    Objective-C

    
    @interface MLKCommonImageLabelerOptions : NSObject
  • Represents a label for an image.

    Declaration

    Objective-C

    
    @interface MLKImageLabel : NSObject
  • An image labeler that processes and labels images.

    Declaration

    Objective-C

    
    @interface MLKImageLabeler : NSObject