IModelPreloader
Interface for the ARDK class that pre-downloads necessary neural network model files for...
Declaration
public abstract class IModelPreloader : IDisposableSummary
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
| Name | Type | Summary |
|---|---|---|
| abstract ClearFromCache | bool | - |
| abstract CurrentProgress | PreloaderStatusCode | - |
| abstract Dispose | void | - |
| abstract DownloadModel | PreloaderStatusCode | - |
| abstract ExistsInCache | bool | - |
| abstract RegisterModel | PreloaderStatusCode | - |
Relationships
implements: System.IDisposable