MLKitImageLabelingCommon Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["\u003cp\u003e\u003ccode\u003eMLKCommonImageLabelerOptions\u003c/code\u003e provides configurable options for customizing the image labeling process.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMLKImageLabel\u003c/code\u003e encapsulates the identified label information for an image, including its description and confidence score.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMLKImageLabeler\u003c/code\u003e is the core class responsible for processing images and generating labels using machine learning models.\u003c/p\u003e\n"]]],[],null,["# MLKitImageLabelingCommon Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [MLKCommonImageLabelerOptions](/ml-kit/reference/ios/mlkitimagelabelingcommon/api/reference/Classes/MLKCommonImageLabelerOptions)\n\n `\n ` \n Options for an image labeler. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKCommonImageLabelerOptions : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKImageLabel](/ml-kit/reference/ios/mlkitimagelabelingcommon/api/reference/Classes/MLKImageLabel)\n\n `\n ` \n Represents a label for an image. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKImageLabel : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKImageLabeler](/ml-kit/reference/ios/mlkitimagelabelingcommon/api/reference/Classes/MLKImageLabeler)\n\n `\n ` \n An image labeler that processes and labels images. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKImageLabeler : NSObject"]]