GoogleApi.YouTube.V3.Model.VideoSuggestions (google_api_you_tube v0.54.0)

View Source

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

Attributes

  • editorSuggestions (type: list(String.t), default: nil) - A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
  • processingErrors (type: list(String.t), default: nil) - 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.
  • processingHints (type: list(String.t), default: nil) - A list of suggestions that may improve YouTube's ability to process the video.
  • processingWarnings (type: list(String.t), default: nil) - 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.
  • tagSuggestions (type: list(GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.VideoSuggestions{
  editorSuggestions: [String.t()] | nil,
  processingErrors: [String.t()] | nil,
  processingHints: [String.t()] | nil,
  processingWarnings: [String.t()] | nil,
  tagSuggestions:
    [GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.