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 (
|
Fields | |
---|---|
annotationProgress[]
|
Progress metadata for all videos specified in |
VideoAnnotationProgress
Annotation progress for a single video.
JSON representation | |
---|---|
{ "inputUri" : string , "progressPercent" : number , "startTime" : string , "updateTime" : string , "feature" : enum ( |
Fields | |
---|---|
inputUri
|
Video file location in Google Cloud Storage . |
progressPercent
|
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed. |
startTime
|
Time when the request was received. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
updateTime
|
Time of the most recent update. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
feature
|
Specifies which feature is being tracked if the request contains more than one features. |
segment
|
Specifies which segment is being tracked if the request contains more than one segments. |