◆ getDescription()
String fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.getDescription | ( | ) |
Get the full description of the value.
- Returns
- value description
Implemented in fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.
\r\n
Meta data relating to a specific value within a data set.
FiftyOneAspectPropertyMetaData | getProperty ()
Get the property which the value relates to i.e. More...
|
String | getName ()
Get the name of the value e.g. More...
|
String | getDescription ()
Get the full description of the value. More...
|
String | getUrl ()
Get the URL relating to the value if more information is available. More...
|
String fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.getDescription | ( | ) |
Get the full description of the value.
Implemented in fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.
String fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.getName | ( | ) |
Get the name of the value e.g.
"True" or "Samsung".
Implemented in fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.
FiftyOneAspectPropertyMetaData fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.getProperty | ( | ) |
Get the property which the value relates to i.e.
the value is a value which can be returned by the property.
Implemented in fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.
String fiftyone.pipeline.engines.fiftyone.data.ValueMetaData.getUrl | ( | ) |
Get the URL relating to the value if more information is available.
Implemented in fiftyone.pipeline.engines.fiftyone.data.ValueMetaDataDefault.