Class ThumbnailDetails
Internal representation of thumbnails for a YouTube resource.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ThumbnailDetails : IDirectResponseSchema
Properties
Default__
The default image for this resource.
Declaration
[JsonProperty("default")]
public virtual Thumbnail Default__ { get; set; }
Property Value
| Type | Description |
|---|---|
| Thumbnail |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fhd
The full high definition (1080p) quality image for this resource.
Declaration
[JsonProperty("fhd")]
public virtual Thumbnail Fhd { get; set; }
Property Value
| Type | Description |
|---|---|
| Thumbnail |
High
The high quality image for this resource.
Declaration
[JsonProperty("high")]
public virtual Thumbnail High { get; set; }
Property Value
| Type | Description |
|---|---|
| Thumbnail |
Maxres
The maximum resolution quality image for this resource.
Declaration
[JsonProperty("maxres")]
public virtual Thumbnail Maxres { get; set; }
Property Value
| Type | Description |
|---|---|
| Thumbnail |
Medium
The medium quality image for this resource.
Declaration
[JsonProperty("medium")]
public virtual Thumbnail Medium { get; set; }
Property Value
| Type | Description |
|---|---|
| Thumbnail |
Qhd
The quad high definition (1440p / 2K) quality image for this resource.
Declaration
[JsonProperty("qhd")]
public virtual Thumbnail Qhd { get; set; }
Property Value
| Type | Description |
|---|---|
| Thumbnail |
Standard
The standard quality image for this resource.
Declaration
[JsonProperty("standard")]
public virtual Thumbnail Standard { get; set; }
Property Value
| Type | Description |
|---|---|
| Thumbnail |
Uhd
The ultra-high resolution (4K) quality image for this resource.
Declaration
[JsonProperty("uhd")]
public virtual Thumbnail Uhd { get; set; }
Property Value
| Type | Description |
|---|---|
| Thumbnail |