FirebaseMLCommon Framework Reference

Classes

The following classes are available globally.

  • A model stored locally on the device.

    Declaration

    Objective-C

    
    @interface FIRLocalModel : NSObject
  • Configurations for model downloading conditions.

    Declaration

    Objective-C

    
    @interface FIRModelDownloadConditions : NSObject <NSCopying>
  • Manages models that are used by MLKit features.

    Declaration

    Objective-C

    
    @interface FIRModelManager : NSObject
  • A model that is stored remotely on the server and downloaded to the device.

    Declaration

    Objective-C

    
    @interface FIRRemoteModel : NSObject