Show / Hide Table of Contents

Class VideoTopicDetails

Freebase topic information related to the video.

Inheritance
object
VideoTopicDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoTopicDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RelevantTopicIds

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.

Declaration
[JsonProperty("relevantTopicIds")]
public virtual IList<string> RelevantTopicIds { get; set; }
Property Value
Type Description
IList<string>

TopicCategories

A list of Wikipedia URLs that provide a high-level description of the video's content.

Declaration
[JsonProperty("topicCategories")]
public virtual IList<string> TopicCategories { get; set; }
Property Value
Type Description
IList<string>

TopicIds

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 &lt; a href="http://wiki.freebase.com/wiki/Topic_API"&gt;Freebase Topic API.

Declaration
[JsonProperty("topicIds")]
public virtual IList<string> TopicIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX