Share via


SchemaAnnotationsExtensions.HasSlotNames(DataViewSchema+Column) Method

Definition

Returns true if the input column is of VectorDataViewType, and that has SlotNames annotation of a VectorDataViewType whose ItemType is of TextDataViewType, and further whose Size matches this input vector size.

public static bool HasSlotNames (this Microsoft.ML.DataViewSchema.Column column);
static member HasSlotNames : Microsoft.ML.DataViewSchema.Column -> bool
<Extension()>
Public Function HasSlotNames (column As DataViewSchema.Column) As Boolean

Parameters

column
DataViewSchema.Column

The column whose Annotations will be queried.

Returns

Applies to

See also