| FacemarkLBFParamsModelFilename Property  | 
        
         
            filename where the trained model will be saved
            
 
    Namespace: 
   OpenCvSharp.Face
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic string ModelFilename { get; set; }Public Property ModelFilename As String
	Get
	Set
public:
property String^ ModelFilename {
	String^ get ();
	void set (String^ value);
}member ModelFilename : string with get, set
function get_ModelFilename();
function set_ModelFilename(value);
Property Value
Type: 
String See Also
See Also