MLKitEntityExtraction Framework রেফারেন্স
টেক্সটে সত্তা পার্স করার সময় যে মডেলটি ব্যবহার করা হবে।
ঘোষণা
উদ্দেশ্য-C
- (nonnull instancetype)init;
প্রদত্ত মডেল শনাক্তকারীর সাথে EntityExtractor বিকল্পগুলির একটি নতুন উদাহরণ তৈরি করে৷
পরামিতি
modelIdentifier | টেক্সটে ঠিকানা এবং ফোন নম্বর পার্স করার সময় ব্যবহার করা মডেল। |
রিটার্ন ভ্যালু
প্রদত্ত মডেল শনাক্তকারীর সাথে কনফিগার করা MLKEntityExtractorOptions
এর একটি নতুন উদাহরণ।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`MLKEntityExtractorOptions` provides configuration options for the `MLKEntityExtractor` used for parsing entities in text."],["It primarily focuses on specifying the model used for entity extraction through the `modelIdentifier` property."],["The `initWithModelIdentifier:` method allows creating an instance with a specific model identifier for parsing addresses and phone numbers."],["Default initialization using `init` is unavailable; you must use `initWithModelIdentifier:` for creating instances."]]],["`MLKEntityExtractorOptions` configures entity extraction. Key actions include setting the `modelIdentifier`, which determines the model used for parsing entities in text. The class offers a constructor, `-initWithModelIdentifier:`, to initialize a new instance with a specific model. The `modelIdentifier` property retrieves the chosen model. The default initializer, `-init`, is unavailable. The model is utilized to identify and extract entities like addresses and phone numbers.\n"]]