Class: Google::Cloud::Vision::V1::AnnotateImageRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Vision::V1::AnnotateImageRequest
 
 
- Defined in:
 - lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
 
Overview
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features.
Instance Attribute Summary collapse
- 
  
    
      #features  ⇒ Array<Google::Cloud::Vision::V1::Feature> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Requested features.
 - 
  
    
      #image  ⇒ Google::Cloud::Vision::V1::Image 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The image to be processed.
 - 
  
    
      #image_context  ⇒ Google::Cloud::Vision::V1::ImageContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Additional context that may accompany the image.
 
Instance Attribute Details
#features ⇒ Array<Google::Cloud::Vision::V1::Feature>
Returns Requested features.
      468  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 468 class AnnotateImageRequest; end  | 
  
#image ⇒ Google::Cloud::Vision::V1::Image
Returns The image to be processed.
      468  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 468 class AnnotateImageRequest; end  | 
  
#image_context ⇒ Google::Cloud::Vision::V1::ImageContext
Returns Additional context that may accompany the image.
      468  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 468 class AnnotateImageRequest; end  |