documentation

VLModelDeserializationResult Class Reference

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

Data Fields

string id
 The internal id that has been assigned to the added model. More...
 
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. More...
 
string name
 The name of the model added to the tracking system. More...
 

Detailed Description

VLModelDeserializationResult stores associated data of the models.

VLModelDeserializationResult 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.

Field Documentation

◆ id

string VLModelDeserializationResult.id

The internal id that has been assigned to the added model.

◆ licenseFeatures

string [] VLModelDeserializationResult.licenseFeatures

Model hash of the data added to the tracking system. These strings can be used to acquire new license features for these models.

◆ name

string VLModelDeserializationResult.name

The name of the model added to the tracking system.