MLKitLanguageID फ़्रेमवर्क संदर्भ
क्लास
ये क्लास दुनिया भर में उपलब्ध हैं.
-
दिए गए इनपुट टेक्स्ट के लिए पहचानी गई भाषा.
एलान
Objective-C
@interface MLKIdentifiedLanguage : NSObject
-
LanguageIdentification
क्लास, जो दिए गए टेक्स्ट की मुख्य भाषा या संभावित भाषाओं की पहचान करती है.
एलान
Objective-C
@interface MLKLanguageIdentification : NSObject
-
LanguageIdentification
के लिए विकल्प.
एलान
Objective-C
@interface MLKLanguageIdentificationOptions : NSObject
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-20 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-20 (UTC) को अपडेट किया गया."],[[["ML Kit provides three classes for language identification: `MLKIdentifiedLanguage`, `MLKLanguageIdentification`, and `MLKLanguageIdentificationOptions`."],["`MLKIdentifiedLanguage` represents a language identified from input text."],["`MLKLanguageIdentification` is used to identify the primary or potential languages of given text."],["`MLKLanguageIdentificationOptions` offers customization choices for the language identification process."]]],["The document outlines three classes for language identification in text. `MLKIdentifiedLanguage` represents a detected language. `MLKLanguageIdentification` identifies the primary or possible languages within a text. `MLKLanguageIdentificationOptions` allows for setting configuration options for the `LanguageIdentification` process. All three classes are available globally and are implemented using Objective-C, inheriting from `NSObject`. They are used in the iOS ML Kit for language identification tasks.\n"]]