SkillFeatureTensorUInt16Value.GetAsVectorView Method

Definition

Retrieves the readonly view of the tensor.

public:
 virtual Windows::Foundation::Collections::IVectorView<System::UInt16> ^ GetAsVectorView() = Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorUInt16Value::GetAsVectorView;
public Windows.Foundation.Collections.IVectorView<ushort> GetAsVectorView ();
abstract member GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<uint16>
override this.GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<uint16>
Public Function GetAsVectorView () As IVectorView(Of UShort)

Returns

Windows.Foundation.Collections.IVectorView<UInt16>

The value contained within this instance.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorUInt16Value.GetAsVectorView

Applies to