class Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1AnnotateVideoProgress

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::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1VideoAnnotationProgress>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/videointelligence_v1beta2/classes.rb, line 36
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_v1beta2/classes.rb, line 41
def update!(**args)
  @annotation_progress = args[:annotation_progress] if args.key?(:annotation_progress)
end