class Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1AnnotateVideoResponse

Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.

Attributes

annotation_results[RW]

Annotation results for all videos specified in `AnnotateVideoRequest`. Corresponds to the JSON property `annotationResults` @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults>]

Public Class Methods

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