Class: Google::Apis::VisionV1p1beta1::CropHintsAnnotation
- Inherits:
-
Object
- Object
- Google::Apis::VisionV1p1beta1::CropHintsAnnotation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vision_v1p1beta1/classes.rb,
lib/google/apis/vision_v1p1beta1/representations.rb,
lib/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::CropHint>
Crop hint results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CropHintsAnnotation
constructor
A new instance of CropHintsAnnotation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CropHintsAnnotation
Returns a new instance of CropHintsAnnotation.
564 565 566 |
# File 'lib/google/apis/vision_v1p1beta1/classes.rb', line 564 def initialize(**args) update!(**args) end |
Instance Attribute Details
#crop_hints ⇒ Array<Google::Apis::VisionV1p1beta1::CropHint>
Crop hint results.
Corresponds to the JSON property cropHints
562 563 564 |
# File 'lib/google/apis/vision_v1p1beta1/classes.rb', line 562 def crop_hints @crop_hints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
569 570 571 |
# File 'lib/google/apis/vision_v1p1beta1/classes.rb', line 569 def update!(**args) @crop_hints = args[:crop_hints] if args.key?(:crop_hints) end |