Class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/videointelligence_v1beta2/classes.rb,
 generated/google/apis/videointelligence_v1beta2/representations.rb,
 generated/google/apis/videointelligence_v1beta2/representations.rb
Overview
Video annotation progress. Included in the metadata
field of the Operation returned by the GetOperation
call of the google::longrunning::Operations service.
Instance Attribute Summary collapse
- 
  
    
      #annotation_progress  ⇒ Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Progress metadata for all videos specified in AnnotateVideoRequest.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
Returns a new instance of GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
| 1283 1284 1285 | # File 'generated/google/apis/videointelligence_v1beta2/classes.rb', line 1283 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#annotation_progress ⇒ Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress>
Progress metadata for all videos specified in AnnotateVideoRequest.
Corresponds to the JSON property annotationProgress
| 1281 1282 1283 | # File 'generated/google/apis/videointelligence_v1beta2/classes.rb', line 1281 def annotation_progress @annotation_progress end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1288 1289 1290 | # File 'generated/google/apis/videointelligence_v1beta2/classes.rb', line 1288 def update!(**args) @annotation_progress = args[:annotation_progress] if args.key?(:annotation_progress) end |