SkillFeatureTensorUInt8Value.GetAsVectorView Method

Definition

Retrieves the readonly view of the tensor.

public:
 virtual Windows::Foundation::Collections::IVectorView<System::Byte> ^ GetAsVectorView() = Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorUInt8Value::GetAsVectorView;
public Windows.Foundation.Collections.IVectorView<byte> GetAsVectorView ();
abstract member GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<byte>
override this.GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<byte>
Public Function GetAsVectorView () As IVectorView(Of Byte)

Returns

Windows.Foundation.Collections.IVectorView<Byte>

The value contained within this instance.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorUInt8Value.GetAsVectorView

Applies to