Interface LSDModel
- Last UpdatedMar 28, 2025
- 1 minute read
com.here.see.livesense
-
- All Known Subinterfaces:
- BinarySegmenter, Classifier, Recognizer
- All Known Implementing Classes:
- BrakeLightModel, RoadBasicsModel, RoadHazardsModel, RoadLaneModel, RoadSignsModel, RTGModel
public interface LSDModel
A Live Sense model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
close()
Release the model resources, no further calls should be made to this instance once this one is called.String
getModelString()
-
-
-
Method Detail
-
close
void close()
Release the model resources, no further calls should be made to this instance once this one is called.
-
getModelString
String getModelString()
- Returns:
- Identifier string of model or empty string if model is not ready.
-
-