تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لا توفر معظم التطبيقات للمستخدمين تفاعلاً كبيرًا مع النص بخلاف العمليات الأساسية للقص/النسخ/اللصق. تعمل ميزة استخراج الكيانات على تحسين تجربة المستخدم داخل تطبيقك من خلال فهم النص والسماح لك بإضافة اختصارات مفيدة بناءً على السياق.
تتيح لك واجهة برمجة تطبيقات استخراج الكيان التعرف على كيانات محددة داخل النص الثابت وأثناء الكتابة. بعد تحديد كيان، يمكنك بسهولة تفعيل إجراءات مختلفة للمستخدم استنادًا إلى نوع الكيان. الكيانات المتوافقة هي:
الكيان
مثال
العنوان
350 first Street, Cambridge MA
التاريخ والوقت
2019/09/29، لنلتقي غدًا في الساعة 6 مساءً
عنوان البريد الإلكتروني
entity-extraction@google.com
رقم الرحلة الجوية (رموز الرحلات الجوية التابعة للاتحاد الدولي للنقل الجوي فقط)
تركز واجهة برمجة التطبيقات هذه على دقة التمييز. قد لا يتم اكتشاف بعض الحالات
لكيان معين لصالح ضمان الدقة.
ويمكن رصد معظم الكيانات على مستوى اللغات واللغات المختلفة. تعتمد إمكانية اكتشاف العناوين وأرقام الهواتف على اللغة التي تم اختيارها. تتوفر ميزة استخراج الكيانات باللغات التالية:
العربية
البرتغالية
الإنجليزية (الولايات المتحدة، المملكة المتحدة)
الهولندية
برنامج باللغة الفرنسية
الألمانية
الإيطالية
اليابانية
الكورية
البولندية
الروسية
الصينية (المبسّطة والتقليدية)
الإسبانية
التايلاندية
التركية
أمثلة
نص الذي تم إدخاله
الكيانات المكتشَفة
إلى اللقاء في 1600 Amphitheatre Parkway, Mountain View, CA, 94043
لننظم اجتماعًا للمناقشة.
نوع الكيان الأول: العنوان
نص الكيان 1: "1600 Ampitheatre Parkway, Mountain View, CA 94043"
يمكنك التواصل مع فريق الاختبار غدًا على info@google.com لتحديد أفضل مخطط زمني.
نوع الكيان 1: التاريخ والوقت
نص الكيان 1: = "24 حزيران (يونيو) 2020"
نوع الكيان 2: عنوان البريد الإلكتروني
نص الكيان 2: info@google.com
تم شحن طلبك من Google. لمتابعة مستوى تقدّم عملية التسليم، يُرجى استخدام رقم التتبّع هذا: 9612804152073070474837.
نوع الكيان: رقم التتبُّع
نص الكيان: "9612804152073070474837"
اتصل بالمطعم على الرقم 555-555-1234 للدفع مقابل العشاء. رقم بطاقتي هو 4111-1111-1111-1111.
نوع الكيان 1: رقم الهاتف
نص الكيان 1: " 555-555-1234"
النوع 2: بطاقة دفع
نص الكيان 2: " 4111 1111 1111 1111"
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe Entity Extraction API identifies specific entities like addresses, dates, emails, and more within text, enabling context-aware actions in your app.\u003c/p\u003e\n"],["\u003cp\u003eThis API prioritizes accuracy, potentially missing some entity instances to ensure precision in its identification.\u003c/p\u003e\n"],["\u003cp\u003eEntity extraction supports a wide range of languages, including English, Spanish, Chinese, Japanese, and others, although address and phone number detection depends on the specific language.\u003c/p\u003e\n"],["\u003cp\u003eWhile in beta, this API is not subject to an SLA or deprecation policy, and backward-compatibility breaking changes may occur.\u003c/p\u003e\n"]]],[],null,["# Entity extraction\n\n| This API is offered in beta, and is not subject to any SLA or deprecation policy. Changes may be made to this API that break backward compatibility.\n\nMost apps offer users very little interaction with text beyond the basic\ncut/copy/paste operations. Entity extraction improves the user experience inside\nyour app by understanding text and allowing you to add helpful shortcuts based\non context.\n\n[iOS](/ml-kit/language/entity-extraction/ios)\n[Android](/ml-kit/language/entity-extraction/android)\n\nThe entity extraction API allows you to recognize specific entities within\nstatic text and while you're typing. Once an entity is identified, you can\neasily enable different actions for the user based on the entity type. Supported\nentities included are:\n\n| Entity | Example |\n|------------------------------------------------------|-------------------------------------------------------|\n| Address | 350 third street, Cambridge MA |\n| Date-Time | 2019/09/29, let's meet tomorrow at 6pm |\n| Email address | entity-extraction@google.com |\n| Flight Number (IATA flight codes only) | LX37 |\n| IBAN | CH52 0483 0000 0000 0000 9 |\n| ISBN (version 13 only) | 978-1101904190 |\n| Money/Currency (Arabic numerals only) | $12, 25 USD |\n| Payment / Credit Cards | 4111 1111 1111 1111 |\n| Phone Number | (555) 225-3556 12345 |\n| Tracking Number (standardized international formats) | 1Z204E380338943508 |\n| URL | www.google.com https://en.wikipedia.org/wiki/Platypus |\n\nThis API focuses on precision over recognition. Some instances of a particular\nentity might not be detected in favor of ensuring accuracy.\n\nMost entities can be detected across languages and locales. The ability to\ndetect addresses and phone numbers depends on the selected language. Entity\nextraction supports the following languages:\n\n- Arabic\n- Portuguese\n- English (US, UK)\n- Dutch\n- French\n- German\n- Italian\n- Japanese\n- Korean\n- Polish\n- Russian\n- Chinese (Simplified, Traditional)\n- Spanish\n- Thai\n- Turkish\n\nExamples\n--------\n\n| Input text | Detected entities |\n|-------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|\n| Meet me at 1600 Amphitheatre Parkway, Mountain View, CA, 94043 Let's organize a meeting to discuss. | Entity 1 type: Address Entity 1 text: \"1600 Ampitheatre Parkway, Mountain View, CA 94043\" |\n| You can contact the test team tomorrow at info@google.com to determine the best timeline. | Entity 1 type: Date-Time Entity 1 text: = \"June 24th, 2020\" Entity 2 type: Email address Entity 2 text: info@google.com |\n| Your order has shipped from Google. To follow the progress of your delivery please use this tracking number: 9612804152073070474837 | Entity type: Tracking number Entity text: \"9612804152073070474837\" |\n| Call the restaurant at 555-555-1234 to pay for dinner. My card number is 4111-1111-1111-1111. | Entity 1 type: Phone number Entity 1 text: \"555-555-1234\" Entity 2 type: Payment card Entity 2 text: \"4111 1111 1111 1111\" |"]]