downloadResources property
Whether resources required for on-device image processing should be downloaded and cached on first initialization of the SDK. If set to false, you need to package all the required resources in your application's assets.
Implementation
bool? downloadResources;