SkillFeatureTensorUInt32Value.GetAsVectorView Method

Definition

Retrieves the readonly view of the tensor.

public:
 virtual Windows::Foundation::Collections::IVectorView<System::UInt32> ^ GetAsVectorView() = Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorUInt32Value::GetAsVectorView;
public Windows.Foundation.Collections.IVectorView<uint> GetAsVectorView ();
abstract member GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<uint32>
override this.GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<uint32>
Public Function GetAsVectorView () As IVectorView(Of UInteger)

Returns

Windows.Foundation.Collections.IVectorView<UInt32>

The value contained within this instance.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorUInt32Value.GetAsVectorView

Applies to