Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the Model related configuration property.
Members
VisionModel
Syntax: public inline VisionModel ( const std::string & path , const std::string & key );
Initializes a new instance of the VisionModel class with specified offline model configuration (path to config file and decryption key)
Parameters
pathThe path to model configuration filekeydecryption key.
Returns
The newly created VisionModel
VisionModel
Syntax: public inline VisionModel ( const std::string & path );
Initializes a new instance of the VisionModel class with specified offline model configuration (path to config file and decryption key)
Parameters
pathThe path to model configuration file
Returns
The newly created VisionModel
VisionModel
Syntax: public inline VisionModel ( const std::wstring & path , const std::wstring & key );
Initializes a new instance of the VisionModel class with specified offline model configuration (path to config file and decryption key)
Parameters
pathThe path to model configuration filekeydecryption key.
Returns
The newly created VisionModel
VisionModel
Syntax: public inline VisionModel ( const std::wstring & path );
Initializes a new instance of the VisionModel class with specified offline model configuration (path to config file and decryption key)
Parameters
pathThe path to model configuration file
Returns
The newly created VisionModel
GetPath
Syntax: public inline std::string GetPath ( ) const;
Get the path to model configuration file.
Returns
The path to model configuration file
GetKey
Syntax: public inline std::string GetKey ( ) const;
Get the model decryption key.
Returns
model decryption key