FirebaseMLModelInterpreter Framework Reference

Classes

The following classes are available globally.

  • A custom model stored locally on the device.

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    @interfaceFIRModelOutputs:NSObject

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021-02-11 UTC.