ข้อมูลอ้างอิงเฟรมเวิร์ก MLKitImageLabeling
MLKCommonImageLabelerOptions
@interface MLKCommonImageLabelerOptions : NSObject
ตัวเลือกสำหรับเครื่องมือติดป้ายกำกับรูปภาพ
-
เกณฑ์ความเชื่อมั่นสำหรับป้ายกำกับที่ผู้ติดป้ายกำกับรูปภาพแสดงผล ป้ายกำกับที่แสดงผลโดย
ผู้ติดป้ายกำกับรูปภาพจะมีระดับความเชื่อมั่นสูงกว่าหรือเท่ากับเกณฑ์ที่ระบุ ค่าต้อง
เป็นค่าจุดลอยตัวในช่วง [0, 1] ไม่จำเป็นต้องตั้งค่าพร็อพเพอร์ตี้นี้ โปรดดูรายละเอียด
เกี่ยวกับการทำงานหากไม่ได้ตั้งค่า confidenceThreshold
ไว้ โปรดดูเอกสารในคลาสย่อย
ไฟล์ส่วนหัว ค่าเริ่มต้นคือ nil
คำประกาศ
Objective-C
@property (nonatomic, nullable) NSNumber *confidenceThreshold;
-
ไม่พร้อมใช้งาน ใช้วิธีการทำเป็นคลาสในคลาสย่อย
คำประกาศ
Objective-C
- (nonnull instancetype)init;
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-21 UTC
[null,null,["อัปเดตล่าสุด 2024-08-21 UTC"],[[["MLKCommonImageLabelerOptions provides configuration settings for an image labeler, primarily controlling the confidence threshold for label results."],["The confidence threshold, ranging from 0 to 1, determines the minimum confidence level required for labels to be returned by the image labeler."],["While the `confidenceThreshold` property is optional, specific behaviors when unset are detailed in subclass documentation; if not explicitly set, it defaults to `nil`."],["Direct initialization using `init` is unavailable; instead, utilize class methods provided by subclasses to create instances of MLKCommonImageLabelerOptions."]]],[]]