Class: Google::Cloud::Vision::V1p3beta1::CropHintsParams
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::CropHintsParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/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>
Returns Aspect ratios in floats, representing the ratio of the width to the height of the image. For example, if the desired aspect ratio is 4/3, the corresponding float value should be 1.33333. If not specified, the best possible crop is returned. The number of provided aspect ratios is limited to a maximum of 16; any aspect ratios provided after the 16th are ignored.
540 541 542 543 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 540 class CropHintsParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |