This property has been deprecated. Gets or sets filename of training file to read training data from.
Syntax
'Declaration
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")>
Public Property TrainingFilename As String
'Usage
Dim instance As ImGearRecRecognitionSettings
Dim value As String
instance.TrainingFilename = value
value = instance.TrainingFilename
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public string TrainingFilename {get; set;}
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public: __property string* get_TrainingFilename();
public: __property void set_TrainingFilename(
string* value
);
[Obsolete("This property is deprecated and will be removed from the public API in a future release.")]
public:
property String^ TrainingFilename {
String^ get();
void set ( String^ value);
}
Property Value
String name.
See Also