Skip to main content
API Reference NianticSpatial.NSDK.AR.Utilities.Preloading

IModelPreloader

Interface for the ARDK class that pre-downloads necessary neural network model files for...

Declaration

public abstract class IModelPreloader : IDisposable

Summary

Interface for the ARDK class that pre-downloads necessary neural network model files for awareness features. If the files are not preloaded, they will take time to download when an AR session configured to use those features is run.

Remarks

Each awareness feature has one or more modes on a performance-to-quality curve, and each mode corresponds to a different model file. See Feature in Preloading.


Methods

NameTypeSummary
abstract ClearFromCachebool
-
abstract CurrentProgressPreloaderStatusCode
-
abstract Disposevoid
-
abstract DownloadModelPreloaderStatusCode
-
abstract ExistsInCachebool
-
abstract RegisterModelPreloaderStatusCode
-

Relationships

implements: System.IDisposable