VideoProcessingDetails class

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

Constructors

VideoProcessingDetails({String? editorSuggestionsAvailability, String? fileDetailsAvailability, String? processingFailureReason, String? processingIssuesAvailability, VideoProcessingDetailsProcessingProgress? processingProgress, String? processingStatus, String? tagSuggestionsAvailability, String? thumbnailsAvailability})
VideoProcessingDetails.fromJson(Map json_)

Properties

editorSuggestionsAvailability String?
This value indicates whether video editing suggestions, which might improve video quality or the playback experience, are available for the video.
getter/setter pair
fileDetailsAvailability String?
This value indicates whether file details are available for the uploaded video.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
processingFailureReason String?
The reason that YouTube failed to process the video.
getter/setter pair
processingIssuesAvailability String?
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.
getter/setter pair
processingProgress VideoProcessingDetailsProcessingProgress?
The processingProgress object contains information about the progress YouTube has made in processing the video.
getter/setter pair
processingStatus String?
The video's processing status.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagSuggestionsAvailability String?
This value indicates whether keyword (tag) suggestions are available for the video.
getter/setter pair
thumbnailsAvailability String?
This value indicates whether thumbnail images have been generated for the video.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited