FirebaseMLCommon Framework Reference

FIRRemoteModel


@interface FIRRemoteModel : NSObject

A model that is stored remotely on the server and downloaded to the device.

  • The model name.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull name;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;