com.google.mlkit.vision.label
Stay organized with collections
Save and categorize content based on your preferences.
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-10-31 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-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eImageLabeler\u003c/code\u003e helps find image labels within images, offering functionalities for image labeling.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImageLabel\u003c/code\u003e represents the detected labels from \u003ccode\u003eImageLabeler\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImageLabeling\u003c/code\u003e serves as the main entry point for accessing the \u003ccode\u003eImageLabeler\u003c/code\u003e for image label detection.\u003c/p\u003e\n"],["\u003cp\u003eOptions for customizing \u003ccode\u003eImageLabeler\u003c/code\u003e are available through \u003ccode\u003eImageLabelerOptionsBase\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content describes tools for image labeling. `ImageLabeler` is a client used to detect `ImageLabel`s within an image. `ImageLabel` represents the detected label. `ImageLabeling` is the entry point for accessing an `ImageLabeler`. `ImageLabelerOptionsBase` are the base options for configuring `ImageLabeler`. These classes and the interface work together to provide a way to identify and manage labels in images.\n"],null,["Interfaces \n\n|-------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ImageLabeler](/android/reference/com/google/mlkit/vision/label/ImageLabeler) | An [ImageLabeling](/android/reference/com/google/mlkit/vision/label/ImageLabeling) client for finding [ImageLabel](/android/reference/com/google/mlkit/vision/label/ImageLabel)s in a supplied image. |\n\nClasses \n\n|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ImageLabel](/android/reference/com/google/mlkit/vision/label/ImageLabel) | Represents an image label detected by [ImageLabeler](/android/reference/com/google/mlkit/vision/label/ImageLabeler). |\n| [ImageLabelerOptionsBase](/android/reference/com/google/mlkit/vision/label/ImageLabelerOptionsBase) | Base options for [ImageLabeler](/android/reference/com/google/mlkit/vision/label/ImageLabeler). |\n| [ImageLabeling](/android/reference/com/google/mlkit/vision/label/ImageLabeling) | Entry point to get an [ImageLabeler](/android/reference/com/google/mlkit/vision/label/ImageLabeler) for finding [ImageLabel](/android/reference/com/google/mlkit/vision/label/ImageLabel)s in a supplied image. |"]]