Class: Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p2beta1CropHintsAnnotation
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p2beta1CropHintsAnnotation
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vision_v1p1beta1/classes.rb,
 generated/google/apis/vision_v1p1beta1/representations.rb,
 generated/google/apis/vision_v1p1beta1/representations.rb
Overview
Set of crop hints that are used to generate new crops when serving images.
Instance Attribute Summary collapse
- 
  
    
      #crop_hints  ⇒ Array<Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p2beta1CropHint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Crop hint results. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudVisionV1p2beta1CropHintsAnnotation 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GoogleCloudVisionV1p2beta1CropHintsAnnotation. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudVisionV1p2beta1CropHintsAnnotation
Returns a new instance of GoogleCloudVisionV1p2beta1CropHintsAnnotation
| 2141 2142 2143 | # File 'generated/google/apis/vision_v1p1beta1/classes.rb', line 2141 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#crop_hints ⇒ Array<Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p2beta1CropHint>
Crop hint results.
Corresponds to the JSON property cropHints
| 2139 2140 2141 | # File 'generated/google/apis/vision_v1p1beta1/classes.rb', line 2139 def crop_hints @crop_hints end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2146 2147 2148 | # File 'generated/google/apis/vision_v1p1beta1/classes.rb', line 2146 def update!(**args) @crop_hints = args[:crop_hints] if args.key?(:crop_hints) end |