Class: Google::Cloud::Vision::V1::CropHintsAnnotation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/image_annotator.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#crop_hints::Array<::Google::Cloud::Vision::V1::CropHint>

Returns Crop hint results.

Returns:



558
559
560
561
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 558

class CropHintsAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end