Tài liệu tham khảo về Khung MLKitLinkFirebase
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
MLKFirebaseModelSource
Nguồn mô hình cho một mô hình tuỳ chỉnh được lưu trữ từ xa trên máy chủ Firebase và
được tải xuống thiết bị.
-
Tạo một thực thể mới bằng tên mô hình từ xa Firebase đã cho. Tên giống với
một tài khoản dùng để xuất bản mô hình trên Bảng điều khiển của Firebase.
Khai báo
Objective-C
- (nonnull instancetype)initWithName:(nonnull NSString *)name;
Tham số
name
|
Tên của mô hình từ xa Firebase.
|
Giá trị trả về
Một thực thể FirebaseModelSource mới.
-
Khai báo
Objective-C
- (nonnull instancetype)init;
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[],["This describes `MLKFirebaseModelSource`, a model source for custom models hosted on Firebase and downloaded to devices. It focuses on creating instances using the `initWithName:` method, which requires the Firebase remote model's name. This name must match the one used when publishing the model on the Firebase Console. The `init` method is marked as unavailable. The key action is initializing a new `MLKFirebaseModelSource` with a remote model name.\n"]]