LocalModel constructor

LocalModel(
  1. String modelPath
)

Constructor for LocalModel. Takes the model path relative to assets path(Android).

Implementation

LocalModel(String modelPath) : super(modelPath);