Class: Google::Cloud::Vision::V1::CropHintsParams
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::CropHintsParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1/image_annotator.rb
Overview
Parameters for crop hints annotation request.
Instance Attribute Summary collapse
-
#aspect_ratios ⇒ ::Array<::Float>
Aspect ratios in floats, representing the ratio of the width to the height of the image.
Instance Attribute Details
#aspect_ratios ⇒ ::Array<::Float>
552 553 554 555 |
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 552 class CropHintsParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |