ISkillFeature Interface

Definition

Base interface for a skill feature that encapsulates an ISkillFeatureValue to be indexed in an ISkillBinding.

public interface class ISkillFeature
[Windows.Foundation.Metadata.Guid(1746246139, 54766, 17964, 141, 73, 54, 6, 228, 242, 0, 43)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public interface ISkillFeature
type ISkillFeature = interface
Public Interface ISkillFeature
Derived
Attributes
Windows.Foundation.Metadata.GuidAttribute Windows.Foundation.Metadata.ContractVersionAttribute

Properties

Descriptor

The ISkillFeatureDescriptor associated with this feature.

Device

The ISkillExecutionDevice which dictates the memory space where this feature resides.

FeatureValue

The value set on this feature.

Methods

SetFeatureValueAsync(Object)

Sets a value to this feature.

SetFeatureValueAsync(Object, ISkillFeatureDescriptor)

Sets a value to this feature that follows a particular descriptor.

Applies to