state property

  1. @JsonKey(unknownEnumValue: MediaProcessingState.unknown)
MediaProcessingState state
final

Specifies the processing status of the video.

read only

e.g: "inprogress"

Implementation

@JsonKey(
  unknownEnumValue: MediaProcessingState.unknown,
)
final MediaProcessingState state;