TextDataViewType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The standard text type. This has representation type of ReadOnlyMemory<T> with type parameter Char. Note this can have only one possible value, accessible by the singleton static property Instance.
public sealed class TextDataViewType : Microsoft.ML.Data.PrimitiveDataViewType
type TextDataViewType = class
inherit PrimitiveDataViewType
Public NotInheritable Class TextDataViewType
Inherits PrimitiveDataViewType
- Inheritance
Properties
Instance |
The singleton instance of this type. |
RawType |
The raw Type for this DataViewType. Note that this is the raw representation type and not the complete information content of the DataViewType. (Inherited from DataViewType) |
Methods
Equals(DataViewType) | |
ToString() |