MLKitTranslate ফ্রেমওয়ার্ক রেফারেন্স
ক্লাস
নিম্নলিখিত ক্লাসগুলি বিশ্বব্যাপী উপলব্ধ।
MLKit বৈশিষ্ট্য দ্বারা ব্যবহৃত মডেলগুলি পরিচালনা করে।
ঘোষণা
উদ্দেশ্য-C
@interface MLKModelManager : NSObject
একটি মডেল যা সার্ভারে দূরবর্তীভাবে সংরক্ষণ করা হয় এবং ডিভাইসে ডাউনলোড করা হয়।
ঘোষণা
উদ্দেশ্য-C
@interface MLKRemoteModel : NSObject
একটি অনুবাদ মডেল যা সার্ভারে দূরবর্তীভাবে সংরক্ষণ করা হয় এবং ডিভাইসে ডাউনলোড করা হয়।
একটি ক্লাস যা প্রদত্ত ইনপুট পাঠ্য অনুবাদ করে।
ঘোষণা
উদ্দেশ্য-C
@interface MLKTranslator : NSObject
ঘোষণা
উদ্দেশ্য-C
@interface MLKTranslatorOptions : NSObject
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["ML Kit provides classes for managing models, including remote models that are downloaded to the device."],["The `MLKTranslator` class handles text translation, utilizing models managed by `MLKModelManager`."],["`MLKTranslateRemoteModel` represents a translation model stored remotely and downloaded when needed."],["`MLKTranslatorOptions` allows customization of the translation process through various settings."],["Developers can use these classes to integrate on-device or cloud-based translation features in their iOS applications."]]],[]]