مرجع چارچوب MLKitObjectDetection
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تعاریف را تایپ کنید
تعاریف نوع زیر در سطح جهانی موجود است.
@enum ObjectDetectorMode حالتهای آشکارساز شی.
اعلامیه
هدف-C
typedef NSInteger MLKObjectDetectorMode
برچسب های اشیاء شناسایی شده توسط آشکارساز.
اعلامیه
هدف-C
typedef NSString *MLKDetectedObjectLabel
شاخص های اشیاء شناسایی شده توسط آشکارساز را برچسب گذاری کنید.
اعلامیه
هدف-C
typedef NSInteger MLKDetectedObjectLabelIndex
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[],["The content defines three global type definitions for object detection: `MLKObjectDetectorMode`, `MLKDetectedObjectLabel`, and `MLKDetectedObjectLabelIndex`. `MLKObjectDetectorMode` is an integer representing different object detector modes. `MLKDetectedObjectLabel` is a string, serving as the label for a detected object. `MLKDetectedObjectLabelIndex` is an integer, representing the index of a detected object's label. They are used to identify and categorize detected objects.\n"]]