Show / Hide Table of Contents

Class VideoProcessingDetails

Describes processing status and progress and availability of some other Video resource parts.

Inheritance
object
VideoProcessingDetails
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 VideoProcessingDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EditorSuggestionsAvailability

This value indicates whether video editing suggestions, which might improve video quality or the playback experience, are available for the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.

Declaration
[JsonProperty("editorSuggestionsAvailability")]
public virtual string EditorSuggestionsAvailability { get; set; }
Property Value
Type Description
string

FileDetailsAvailability

This value indicates whether file details are available for the uploaded video. You can retrieve a video's file details by requesting the fileDetails part in your videos.list() request.

Declaration
[JsonProperty("fileDetailsAvailability")]
public virtual string FileDetailsAvailability { get; set; }
Property Value
Type Description
string

ProcessingFailureReason

The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property's value is failed.

Declaration
[JsonProperty("processingFailureReason")]
public virtual string ProcessingFailureReason { get; set; }
Property Value
Type Description
string

ProcessingIssuesAvailability

This value indicates whether the video processing engine has generated suggestions that might improve YouTube's ability to process the the video, warnings that explain video processing problems, or errors that cause video processing problems. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.

Declaration
[JsonProperty("processingIssuesAvailability")]
public virtual string ProcessingIssuesAvailability { get; set; }
Property Value
Type Description
string

ProcessingProgress

The processingProgress object contains information about the progress YouTube has made in processing the video. The values are really only relevant if the video's processing status is processing.

Declaration
[JsonProperty("processingProgress")]
public virtual VideoProcessingDetailsProcessingProgress ProcessingProgress { get; set; }
Property Value
Type Description
VideoProcessingDetailsProcessingProgress

ProcessingStatus

The video's processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed.

Declaration
[JsonProperty("processingStatus")]
public virtual string ProcessingStatus { get; set; }
Property Value
Type Description
string

TagSuggestionsAvailability

This value indicates whether keyword (tag) suggestions are available for the video. Tags can be added to a video's metadata to make it easier for other users to find the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.

Declaration
[JsonProperty("tagSuggestionsAvailability")]
public virtual string TagSuggestionsAvailability { get; set; }
Property Value
Type Description
string

ThumbnailsAvailability

This value indicates whether thumbnail images have been generated for the video.

Declaration
[JsonProperty("thumbnailsAvailability")]
public virtual string ThumbnailsAvailability { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX