metadata property

Map<String, String>? metadata
getter/setter pair

Metadata associated with the entity.

For most entity types, the metadata is a Wikipedia URL (wikipedia_url) and Knowledge Graph MID (mid), if they are available. For the metadata associated with other entity types, see the Type table below.

Implementation

core.Map<core.String, core.String>? metadata;