Class: Google::Apis::VisionV1::GoogleCloudVisionV1p1beta1CropHintsAnnotation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/vision_v1/classes.rb,
lib/google/apis/vision_v1/representations.rb,
lib/google/apis/vision_v1/representations.rb

Overview

Set of crop hints that are used to generate new crops when serving images.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudVisionV1p1beta1CropHintsAnnotation

Returns a new instance of GoogleCloudVisionV1p1beta1CropHintsAnnotation.



1666
1667
1668
# File 'lib/google/apis/vision_v1/classes.rb', line 1666

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#crop_hintsArray<Google::Apis::VisionV1::GoogleCloudVisionV1p1beta1CropHint>

Crop hint results. Corresponds to the JSON property cropHints



1664
1665
1666
# File 'lib/google/apis/vision_v1/classes.rb', line 1664

def crop_hints
  @crop_hints
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1671
1672
1673
# File 'lib/google/apis/vision_v1/classes.rb', line 1671

def update!(**args)
  @crop_hints = args[:crop_hints] if args.key?(:crop_hints)
end