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 
 , 
 "feature" 
 : 
 enum (  Feature 
 
) 
 , 
 "segment" 
 : 
 { 
 object (  VideoSegment 
 
) 
 } 
 } 
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" .

feature

enum ( Feature )

Specifies which feature is being tracked if the request contains more than one features.

segment

object ( VideoSegment )

Specifies which segment is being tracked if the request contains more than one segments.

Design a Mobile Site
View Site in Mobile | Classic
Share by: