relevantTopicIds property

List<String>? relevantTopicIds
getter/setter pair

Similar to topic_id, except that these topics are merely relevant to the video.

These are topics that may be mentioned in, or appear in the video. You can retrieve information about each topic using Freebase Topic API.

Implementation

core.List<core.String>? relevantTopicIds;