documentation

Visometry.VisionLib.SDK.Core.API.ModelDeserializationResult Class Reference

ModelDeserializationResult stores associated data of the models. More...

Data Fields

string id
 The internal id that has been assigned to the added model.
 
string[] licenseFeatures
 Model hash of the data added to the tracking system. These strings can be used to acquire new license features for these models.
 
string name
 The name of the model added to the tracking system.
 

Detailed Description

ModelDeserializationResult stores associated data of the models.

ModelDeserializationResult stores associated data of the models, which have been added to tracking system. It contains, name, id and licensing informations. Please NOTE: THIS PIECE OF CODE IS CONSIDERED AS BETA AND MAY BE MATTER OF CHANGE.