FirebaseMLModelInterpreter Framework Reference

Classes

The following classes are available globally.

  • A custom model stored locally on the device.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    class ModelInputOutputOptions : NSObject
  • Input data for a Firebase custom model.

    Declaration

    Swift

    class ModelInputs : NSObject
  • A Firebase interpreter for a custom model.

    Declaration

    Swift

    class ModelInterpreter : NSObject
  • Inference results of a Firebase custom model.

    Declaration

    Swift

    class ModelOutputs : NSObject