FirebaseMLCommon Framework Reference

FIRLocalModel


@interface FIRLocalModel : NSObject

A model stored locally on the device.

  • An absolute path to a model file stored locally on the device.

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    - (nonnull instancetype)init;