VideoSuggestions class

Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions.

Constructors

VideoSuggestions({List<String>? editorSuggestions, List<String>? processingErrors, List<String>? processingHints, List<String>? processingWarnings, List<VideoSuggestionsTagSuggestion>? tagSuggestions})
VideoSuggestions.fromJson(Map json_)

Properties

editorSuggestions List<String>?
A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
processingErrors List<String>?
A list of errors that will prevent YouTube from successfully processing the uploaded video video.
getter/setter pair
processingHints List<String>?
A list of suggestions that may improve YouTube's ability to process the video.
getter/setter pair
processingWarnings List<String>?
A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagSuggestions List<VideoSuggestionsTagSuggestion>?
A list of keyword tags that could be added to the video's metadata to increase the likelihood that users will locate your video when searching or browsing on YouTube.
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