MLKitObjectDetectionCommon Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Classes
The following classes are available globally.
-
Common configurations shared by all types of object detectors.
Declaration
Objective-C
@interface
MLKCommonObjectDetectorOptions
:
NSObject
-
An object detected in an image.
Declaration
Objective-C
@interface
MLKObject
:
NSObject
-
An object detector and tracker that detects objects in an image and supports tracking them.
Declaration
Objective-C
@interface
MLKObjectDetector
:
NSObject
-
A label that describes an object detected in an image.
Declaration
Objective-C
@interface
MLKObjectLabel
:
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\u003eML Kit offers a variety of classes for object detection and tracking in images.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMLKObjectDetector\u003c/code\u003e is the primary class for detecting and tracking objects, while \u003ccode\u003eMLKCommonObjectDetectorOptions\u003c/code\u003e provides configuration settings.\u003c/p\u003e\n"],["\u003cp\u003eDetected objects are represented by \u003ccode\u003eMLKObject\u003c/code\u003e, which contains information about the object's bounding box, labels, and tracking ID.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMLKObjectLabel\u003c/code\u003e provides descriptive labels for detected objects, such as their category or confidence score.\u003c/p\u003e\n"]]],[],null,["# MLKitObjectDetectionCommon Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [MLKCommonObjectDetectorOptions](/ml-kit/reference/ios/mlkitobjectdetectioncommon/api/reference/Classes/MLKCommonObjectDetectorOptions)\n\n `\n ` \n Common configurations shared by all types of object detectors. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKCommonObjectDetectorOptions : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKObject](/ml-kit/reference/ios/mlkitobjectdetectioncommon/api/reference/Classes/MLKObject)\n\n `\n ` \n An object detected in an image. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKObject : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKObjectDetector](/ml-kit/reference/ios/mlkitobjectdetectioncommon/api/reference/Classes/MLKObjectDetector)\n\n `\n ` \n An object detector and tracker that detects objects in an image and supports tracking them. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKObjectDetector : NSObject\n\n- `\n ``\n ``\n `\n\n ### [MLKObjectLabel](/ml-kit/reference/ios/mlkitobjectdetectioncommon/api/reference/Classes/MLKObjectLabel)\n\n `\n ` \n A label that describes an object detected in an image. \n\n #### Declaration\n\n Objective-C \n\n\n @interface MLKObjectLabel : NSObject"]]