All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.youtube.model.VideoProcessingDetails.html Maven / Gradle / Ivy







VideoProcessingDetails (YouTube Data API v3 v3-rev20240303-2.0.0)












com.google.api.services.youtube.model

Class VideoProcessingDetails

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class VideoProcessingDetails
    extends com.google.api.client.json.GenericJson
    Describes processing status and progress and availability of some other Video resource parts.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the YouTube Data API v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • VideoProcessingDetails

        public VideoProcessingDetails()
    • Method Detail

      • getEditorSuggestionsAvailability

        public String getEditorSuggestionsAvailability()
        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.
        Returns:
        value or null for none
      • setEditorSuggestionsAvailability

        public VideoProcessingDetails setEditorSuggestionsAvailability(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.
        Parameters:
        editorSuggestionsAvailability - editorSuggestionsAvailability or null for none
      • getFileDetailsAvailability

        public String getFileDetailsAvailability()
        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.
        Returns:
        value or null for none
      • setFileDetailsAvailability

        public VideoProcessingDetails setFileDetailsAvailability(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.
        Parameters:
        fileDetailsAvailability - fileDetailsAvailability or null for none
      • getProcessingFailureReason

        public String getProcessingFailureReason()
        The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property's value is failed.
        Returns:
        value or null for none
      • setProcessingFailureReason

        public VideoProcessingDetails setProcessingFailureReason(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.
        Parameters:
        processingFailureReason - processingFailureReason or null for none
      • getProcessingIssuesAvailability

        public String getProcessingIssuesAvailability()
        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.
        Returns:
        value or null for none
      • setProcessingIssuesAvailability

        public VideoProcessingDetails setProcessingIssuesAvailability(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.
        Parameters:
        processingIssuesAvailability - processingIssuesAvailability or null for none
      • getProcessingProgress

        public VideoProcessingDetailsProcessingProgress getProcessingProgress()
        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.
        Returns:
        value or null for none
      • setProcessingProgress

        public VideoProcessingDetails setProcessingProgress(VideoProcessingDetailsProcessingProgress 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.
        Parameters:
        processingProgress - processingProgress or null for none
      • getProcessingStatus

        public String getProcessingStatus()
        The video's processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed.
        Returns:
        value or null for none
      • setProcessingStatus

        public VideoProcessingDetails setProcessingStatus(String 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.
        Parameters:
        processingStatus - processingStatus or null for none
      • getTagSuggestionsAvailability

        public String getTagSuggestionsAvailability()
        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.
        Returns:
        value or null for none
      • setTagSuggestionsAvailability

        public VideoProcessingDetails setTagSuggestionsAvailability(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.
        Parameters:
        tagSuggestionsAvailability - tagSuggestionsAvailability or null for none
      • getThumbnailsAvailability

        public String getThumbnailsAvailability()
        This value indicates whether thumbnail images have been generated for the video.
        Returns:
        value or null for none
      • setThumbnailsAvailability

        public VideoProcessingDetails setThumbnailsAvailability(String thumbnailsAvailability)
        This value indicates whether thumbnail images have been generated for the video.
        Parameters:
        thumbnailsAvailability - thumbnailsAvailability or null for none
      • clone

        public VideoProcessingDetails clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy