FirebaseMLModelDownloader Framework Reference

ModelDownloadConditions

public struct ModelDownloadConditions

Model download conditions.

  • Conditions that need to be met to start a model file download.

    Declaration

    Swift

    public init(allowsCellularAccess: Bool = true)

    Parameters

    allowsCellularAccess

    Allow model downloading on a cellular connection. Default is true.