Page Summary
-
MLKCommonImageLabelerOptionsprovides configurable options for customizing the image labeling process. -
MLKImageLabelencapsulates the identified label information for an image, including its description and confidence score. -
MLKImageLabeleris 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