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.
Lớp
Các lớp sau đây được cung cấp trên toàn cầu.
-
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ị.
-
Một nguồn mô hình cho biết nơi mô hình được lưu trữ từ xa.
Khai báo
Swift
class RemoteModelSource : NSObject
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: 2024-08-29 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: 2024-08-29 UTC."],[[["FirebaseModelSource is a class used for custom models hosted on Firebase and downloaded to the device, inheriting from RemoteModelSource."],["RemoteModelSource is a base class indicating the remote location of a model."]]],["`FirebaseModelSource` represents a custom model hosted on a Firebase server and downloaded to a device. It inherits from `RemoteModelSource`. `RemoteModelSource` indicates that a model is hosted remotely. Both classes are defined using Swift, with `FirebaseModelSource` inheriting from `RemoteModelSource`, and `RemoteModelSource` inheriting from `NSObject`. The provided information details the declaration and the primary purpose of each class.\n"]]