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
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
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\u003eThis documentation outlines classes for image labeling within ML Kit.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommonImageLabelerOptions\u003c/code\u003e provides configuration for the image labeling process.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImageLabel\u003c/code\u003e represents identified labels and their confidence scores.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImageLabeler\u003c/code\u003e is the core class for processing images and generating labels.\u003c/p\u003e\n"]]],["Three globally available classes are outlined: `CommonImageLabelerOptions`, which configures an image labeler; `ImageLabel`, representing a label assigned to an image; and `ImageLabeler`, the core class responsible for image processing and labeling. These Swift classes are all subclasses of `NSObject`. `CommonImageLabelerOptions` provides configuration options, and `ImageLabeler` labels the images, and `ImageLabel` represents the label for the image.\n"],null,["# MLKitImageLabelingCommon Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [CommonImageLabelerOptions](/ml-kit/reference/swift/mlkitimagelabelingcommon/api/reference/Classes/CommonImageLabelerOptions)\n\n `\n ` \n Options for an image labeler. \n\n #### Declaration\n\n Swift \n\n class CommonImageLabelerOptions : NSObject\n\n- `\n ``\n ``\n `\n\n ### [ImageLabel](/ml-kit/reference/swift/mlkitimagelabelingcommon/api/reference/Classes/ImageLabel)\n\n `\n ` \n Represents a label for an image. \n\n #### Declaration\n\n Swift \n\n class ImageLabel : NSObject\n\n- `\n ``\n ``\n `\n\n ### [ImageLabeler](/ml-kit/reference/swift/mlkitimagelabelingcommon/api/reference/Classes/ImageLabeler)\n\n `\n ` \n An image labeler that processes and labels images. \n\n #### Declaration\n\n Swift \n\n class ImageLabeler : NSObject"]]