class Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1AnnotateVideoProgress
Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.
Attributes
annotation_progress[RW]
Progress metadata for all videos specified in `AnnotateVideoRequest`. Corresponds to the JSON property `annotationProgress` @return [Array<Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/videointelligence_v1p2beta1/classes.rb, line 5085 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/videointelligence_v1p2beta1/classes.rb, line 5090 def update!(**args) @annotation_progress = args[:annotation_progress] if args.key?(:annotation_progress) end