FirebaseMLModelInterpreter Framework Reference

Classes

The following classes are available globally.

  • A custom model stored locally on the device.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    classModelInputOutputOptions:NSObject
  • Input data for a Firebase custom model.

    Declaration

    Swift

    classModelInputs:NSObject
  • A Firebase interpreter for a custom model.

    Declaration

    Swift

    classModelInterpreter:NSObject
  • Inference results of a Firebase custom model.

    Declaration

    Swift

    classModelOutputs: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.