Struct google_youtube3::api::VideoTopicDetails
source · pub struct VideoTopicDetails {
pub relevant_topic_ids: Option<Vec<String>>,
pub topic_categories: Option<Vec<String>>,
pub topic_ids: Option<Vec<String>>,
}
Expand description
Freebase topic information related to the video.
This type is not used in any activity, and only used as part of another schema.
Fields§
§relevant_topic_ids: Option<Vec<String>>
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.
topic_categories: Option<Vec<String>>
A list of Wikipedia URLs that provide a high-level description of the video’s content.
topic_ids: Option<Vec<String>>
A list of Freebase topic IDs that are centrally associated with the video. These are topics that are centrally featured in the video, and it can be said that the video is mainly about each of these. You can retrieve information about each topic using the < a href=“http://wiki.freebase.com/wiki/Topic_API”>Freebase Topic API.
Trait Implementations§
source§impl Clone for VideoTopicDetails
impl Clone for VideoTopicDetails
source§fn clone(&self) -> VideoTopicDetails
fn clone(&self) -> VideoTopicDetails
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more