Show / Hide Table of Contents

Class VideoTopicDetails

Freebase topic information related to the video.

Inheritance
System.Object
VideoTopicDetails
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
System.Collections.Generic.IList<System.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
System.Collections.Generic.IList<System.String>

TopicIds

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

Implements

IDirectResponseSchema
Back to top