Class: Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1CropHintsAnnotation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/vision_v1p2beta1/classes.rb,
generated/google/apis/vision_v1p2beta1/representations.rb,
generated/google/apis/vision_v1p2beta1/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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleCloudVisionV1p3beta1CropHintsAnnotation

Returns a new instance of GoogleCloudVisionV1p3beta1CropHintsAnnotation



5358
5359
5360
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 5358

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

Instance Attribute Details

#crop_hintsArray<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p3beta1CropHint>

Crop hint results. Corresponds to the JSON property cropHints



5356
5357
5358
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 5356

def crop_hints
  @crop_hints
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5363
5364
5365
# File 'generated/google/apis/vision_v1p2beta1/classes.rb', line 5363

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