MLStringType
class NatML.Types.MLStringType : MLFeatureType
The string type describes string features.
Creating the Type
The string type is created with a length
parameter which specifies the character length of the string. The string type can also be created with a feature name
.
Inspecting the Type
Inspecting the String
The string type reports the length
of its string feature.
Last updated
Was this helpful?