AnnotateVideoProgress

Video annotation progress. Included in the metadata field of the Operation returned by the operations.get call of the google::longrunning::Operations service.

JSON representation
{
  "annotationProgress": [
    {
      object(VideoAnnotationProgress)
    }
  ]
}
Fields
annotationProgress[]

object(VideoAnnotationProgress)

Progress metadata for all videos specified in AnnotateVideoRequest.

VideoAnnotationProgress

Annotation progress for a single video.

JSON representation
{
  "inputUri": string,
  "progressPercent": number,
  "startTime": string,
  "updateTime": string
}
Fields
inputUri

string

Video file location in Google Cloud Storage.

progressPercent

number

Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.

startTime

string (Timestamp format)

Time when the request was received.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Time of the most recent update.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".