مرجع چارچوب MLKitEntityExtraction
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eEntityAnnotation\u003c/code\u003e objects store potential entities identified within a text segment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erange\u003c/code\u003e property indicates the location of the annotated text within the original content.\u003c/p\u003e\n"],["\u003cp\u003eAn array of \u003ccode\u003eMLKEntity\u003c/code\u003e objects, representing the possible entities for the given text span, is stored in the \u003ccode\u003eentities\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# MLKitEntityExtraction Framework Reference\n\nEntityAnnotation\n================\n\n class EntityAnnotation : NSObject\n\nAn object that contains the possible entities associated with a piece of the text.\n- `\n ``\n ``\n `\n\n ### [range](#/c:objc(cs)MLKEntityAnnotation(py)range)\n\n `\n ` \n The range of the annotation in the given text. \n\n #### Declaration\n\n Swift \n\n var range: NSRange { get }\n\n- `\n ``\n ``\n `\n\n ### [entities](#/c:objc(cs)MLKEntityAnnotation(py)entities)\n\n `\n ` \n A list of possible entities in the given span of text. \n\n #### Declaration\n\n Swift \n\n var entities: [MLKEntity] { get }"]]