การอ้างอิงเฟรมเวิร์ก MLKitTextRecognitionCommon
TextRecognizedLanguage
class TextRecognizedLanguage : NSObject
ภาษาที่ตรวจพบจากการจดจำข้อความ
-
รหัสภาษา 2 ตัวอักษร ISO 639-1 หากมีการกำหนด (เช่น "en") หรือ ISO 639-2
รหัสสามตัวอักษร หากมีการกำหนดไว้ หรืออื่นๆ จะเป็นรหัสเฉพาะ Google
คำประกาศ
Swift
var languageCode: String? { get }
-
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 2024-08-22 UTC"],[[["`TextRecognizedLanguage` objects store the detected language from text recognition."],["The `languageCode` property provides the language code in ISO 639-1 (two-letter), ISO 639-2 (three-letter), or a Google-specific code."],["Initializing `TextRecognizedLanguage` directly is not allowed."]]],["The `TextRecognizedLanguage` class detects the language from text recognition. It provides a read-only property, `languageCode`, which returns the detected language's code as a string. The code follows ISO 639-1 (two-letter), ISO 639-2 (three-letter), or a Google-specific code if no ISO code is available. The initializer `init` is unavailable for this class.\n"]]