ISkillFeatureTensorValue Interface

Definition

Defines an ISkillFeatureValue of SkillFeatureKind.Tensor.

public interface class ISkillFeatureTensorValue : Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureValue
[Windows.Foundation.Metadata.Guid(1311180463, 25662, 19717, 154, 16, 78, 15, 68, 221, 86, 197)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public interface ISkillFeatureTensorValue : Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureValue
type ISkillFeatureTensorValue = interface
    interface ISkillFeatureValue
Public Interface ISkillFeatureTensorValue
Implements ISkillFeatureValue
Derived
Attributes
Windows.Foundation.Metadata.GuidAttribute Windows.Foundation.Metadata.ContractVersionAttribute
Implements

Properties

Descriptor

The feature descriptor associated with this feature value.

(Inherited from ISkillFeatureValue)
Shape

Retrieves the shape of the tensor.

Applies to