status property
Processing status of the video. Possible string values are:
- "UNSPECIFIED" : Video processing status is unknown.
- "PROCESSING" : Video is being processed. The user sees an icon for this video in the Google Photos app; however, it isn't playable yet.
- "READY" : Video processing is complete and it is now ready for viewing. Important: attempting to download a video not in the READY state may fail.
- "FAILED" : Something has gone wrong and the video has failed to process.
Implementation
core.String? status;