Class: Google::Cloud::Videointelligence::V1beta2::AnnotateVideoResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1beta2::AnnotateVideoResponse
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.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::Cloud::Videointelligence::V1beta2::VideoAnnotationResults> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Annotation results for all videos specified in +AnnotateVideoRequest+.
 
Instance Attribute Details
#annotation_results ⇒ Array<Google::Cloud::Videointelligence::V1beta2::VideoAnnotationResults>
Returns Annotation results for all videos specified in +AnnotateVideoRequest+.
      288  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 288 class AnnotateVideoResponse; end  |