SkillFeatureTensorUInt16Value Class

Definition

Defines an ISkillFeatureValue of SkillFeatureKind.Tensor with elements of SkillElementKind.UInt16.

public ref class SkillFeatureTensorUInt16Value sealed : Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorValue, Windows::Foundation::IClosable
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public sealed class SkillFeatureTensorUInt16Value : Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorValue, Windows.Foundation.IClosable
type SkillFeatureTensorUInt16Value = class
    interface ISkillFeatureTensorValue
    interface ISkillFeatureValue
    interface IClosable
Public NotInheritable Class SkillFeatureTensorUInt16Value
Implements IClosable, ISkillFeatureTensorValue
Inheritance
SkillFeatureTensorUInt16Value
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ContractVersionAttribute
Implements
ISkillFeatureTensorValue ISkillFeatureValue Windows.Foundation.IClosable

Properties

Descriptor

The feature descriptor associated with this feature value.

Shape

Retrieves the shape of the tensor.

Methods

Close()

Releases system resources that are exposed by this object.

GetAsVectorView()

Retrieves the readonly view of the tensor.

Applies to