processingStatus property

String? processingStatus
getter/setter pair

The video's processing status.

This value indicates whether YouTube was able to process the video or if the video is still being processed. Possible string values are:

  • "processing"
  • "succeeded"
  • "failed"
  • "terminated"

Implementation

core.String? processingStatus;