مرجع إطار عمل MLKitEntityاستخراجion
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
EntityAnnotation
class EntityAnnotation : NSObject
تمثّل هذه السمة كائنًا يحتوي على الكيانات المحتمَلة المرتبطة بجزء من النص.
-
نطاق التعليق التوضيحي في النص المعنيّ.
بيان الإفصاح
Swift
var range: NSRange { get }
-
تمثّل هذه السمة قائمة بالكيانات المحتملة في نطاق النص المحدّد.
بيان الإفصاح
Swift
var entities: [MLKEntity] { get }
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة 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 }"]]