Class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
 
- 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 response. Included in the response
field of the Operation returned by the GetOperation
call of the google::longrunning::Operations service.
Instance Attribute Summary collapse
- 
  
    
      #annotation_results  ⇒ Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Annotation results for all videos specified in AnnotateVideoRequest.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
Returns a new instance of GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
| 807 808 809 | # File 'generated/google/apis/videointelligence_v1beta2/classes.rb', line 807 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#annotation_results ⇒ Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults>
Annotation results for all videos specified in AnnotateVideoRequest.
Corresponds to the JSON property annotationResults
| 805 806 807 | # File 'generated/google/apis/videointelligence_v1beta2/classes.rb', line 805 def annotation_results @annotation_results end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 812 813 814 | # File 'generated/google/apis/videointelligence_v1beta2/classes.rb', line 812 def update!(**args) @annotation_results = args[:annotation_results] if args.key?(:annotation_results) end |