VisionSkillBindingHelper(ISkillDescriptor, ISkillExecutionDevice) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor for VisionSkillBindingHelper.
public:
VisionSkillBindingHelper(Microsoft::AI::Skills::SkillInterfacePreview::ISkillDescriptor ^ descriptor, Microsoft::AI::Skills::SkillInterfacePreview::ISkillExecutionDevice ^ device);
public VisionSkillBindingHelper (Microsoft.AI.Skills.SkillInterfacePreview.ISkillDescriptor descriptor, Microsoft.AI.Skills.SkillInterfacePreview.ISkillExecutionDevice device);
new Microsoft.AI.Skills.SkillInterfacePreview.VisionSkillBindingHelper : Microsoft.AI.Skills.SkillInterfacePreview.ISkillDescriptor * Microsoft.AI.Skills.SkillInterfacePreview.ISkillExecutionDevice -> Microsoft.AI.Skills.SkillInterfacePreview.VisionSkillBindingHelper
Public Sub New (descriptor As ISkillDescriptor, device As ISkillExecutionDevice)
Parameters
- descriptor
- ISkillDescriptor
The descriptor of the ISkill this binding object is for.
- device
- ISkillExecutionDevice
The execution device that dictates the memory space location of bound values.