Class: MetadataFeature
A Metadata feature.
Hierarchy
↳
MetadataFeature
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MetadataFeature(data
)
Parameters
Name | Type | Description |
---|---|---|
data | string | The metadata stored with the feature. |
Overrides
Properties
type
• Readonly
type: FeatureType
Inherited from
data
• Readonly
data: string
Defines metadata (arbitrary binary data) that will be stored in the output.
Methods
getType
▸ getType(): FeatureType
Get the type of feature.
Returns
Inherited from
getData
▸ getData(): string
Get the metadata.
Returns
string