Struct google_youtube3::api::VideoProcessingDetails [−][src]
Describes processing status and progress and availability of some other Video resource parts.
This type is not used in any activity, and only used as part of another schema.
Fields
editor_suggestions_availability: Option<String>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.
file_details_availability: Option<String>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.
processing_failure_reason: Option<String>The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property's value is failed.
processing_issues_availability: Option<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. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
processing_progress: Option<VideoProcessingDetailsProcessingProgress>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.
processing_status: Option<String>The video's processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed.
tag_suggestions_availability: Option<String>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.
thumbnails_availability: Option<String>This value indicates whether thumbnail images have been generated for the video.
Trait Implementations
impl Clone for VideoProcessingDetails[src]
fn clone(&self) -> VideoProcessingDetails[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for VideoProcessingDetails[src]
impl Default for VideoProcessingDetails[src]
fn default() -> VideoProcessingDetails[src]
impl<'de> Deserialize<'de> for VideoProcessingDetails[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for VideoProcessingDetails[src]
impl Serialize for VideoProcessingDetails[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoProcessingDetails[src]
impl Send for VideoProcessingDetails[src]
impl Sync for VideoProcessingDetails[src]
impl Unpin for VideoProcessingDetails[src]
impl UnwindSafe for VideoProcessingDetails[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,