SkillFeatureTensorStringValue.GetAsVectorView Method

Definition

Retrieves the readonly view of the tensor.

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

Returns

Windows.Foundation.Collections.IVectorView<String>

The value contained within this instance.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorStringValue.GetAsVectorView

Applies to