class Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
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::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/videointelligence_v1p2beta1/classes.rb, line 1201 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 1206 def update!(**args) @annotation_results = args[:annotation_results] if args.key?(:annotation_results) end