google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.VideoSuggestions View Source
Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions.
Attributes
editorSuggestions ([String.t]): A list of video editing operations that might improve the video quality or playback experience of the uploaded video. Defaults to:
null
.- Enum - one of
processingErrors ([String.t]): A list of errors that will prevent YouTube from successfully processing the uploaded video video. These errors indicate that, regardless of the video's current processing status, eventually, that status will almost certainly be failed. Defaults to:
null
.- Enum - one of
processingHints ([String.t]): A list of suggestions that may improve YouTube's ability to process the video. Defaults to:
null
.- Enum - one of
processingWarnings ([String.t]): A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding. These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track. Defaults to:
null
.- Enum - one of
- tagSuggestions ([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. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.VideoSuggestions{
editorSuggestions: [any()],
processingErrors: [any()],
processingHints: [any()],
processingWarnings: [any()],
tagSuggestions: [GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion.t()]
}
t() :: %GoogleApi.YouTube.V3.Model.VideoSuggestions{ editorSuggestions: [any()], processingErrors: [any()], processingHints: [any()], processingWarnings: [any()], tagSuggestions: [GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion.t()] }
Link to this section Functions
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.