Edit

class Embedded::EmbeddedVisionOptions

Represents the configuration options used to load embedded vision models.

Use one of the static methods VisionEmbeddedOptions::FromModel() to instantiate an object of this class

Members

Advanced

Syntax: public Service::VisionServiceAdvancedOptions & Advanced;

Advanced options and parameters.

~EmbeddedVisionOptions

Syntax: public virtual ~EmbeddedVisionOptions ( ) = default;

Destructs an instance of the EmbeddedVisionOptions class.

FromModel

Syntax: public inline static std::shared_ptr< EmbeddedVisionOptions > FromModel ( const VisionModel & modelPath );

Initializes a new instance of the EmbeddedVisionOptions class with specified offline model config (path to config file and decryption key)

Parameters

  • modelPath The configuration object with path to model configuration file and optional decryption key.

Returns

The newly created EmbeddedVisionOptions wrapped inside a std::shared_ptr