FirebaseMLModelInterpreter Framework Reference

Classes

The following classes are available globally.

  • A custom model stored locally on the device.

    Declaration

    Objective-C

    
    @interface FIRCustomLocalModel
  • A custom model that is stored remotely on the server and downloaded to the device.

    Declaration

    Objective-C

    
    @interface FIRCustomRemoteModel
  • Options for a custom model specifying input and output data types and dimensions.

    Declaration

    Objective-C

    
    @interface FIRModelInputOutputOptions : NSObject
  • Input data for a Firebase custom model.

    Declaration

    Objective-C

    
    @interface FIRModelInputs : NSObject
  • A Firebase interpreter for a custom model.

    Declaration

    Objective-C

    
    @interface FIRModelInterpreter : NSObject
  • Inference results of a Firebase custom model.

    Declaration

    Objective-C

    
    @interface FIRModelOutputs : NSObject