Page Summary
-
MLKCommonImageLabelerOptionsprovides options for configuring an image labeler. -
MLKCustomImageLabelerOptionsoffers configurations specifically for a custom-model image labeler and inherits fromMLKCommonImageLabelerOptions.
Classes
The following classes are available globally.
-
Options for an image labeler.
Declaration
Objective-C
@interface MLKCommonImageLabelerOptions : NSObject -
Configurations for a custom-model image labeler.
Declaration
Objective-C
@interface MLKCustomImageLabelerOptions : MLKCommonImageLabelerOptions