Class: Google::Cloud::Vision::V1p3beta1::CropHintsAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::CropHintsAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb
Overview
Set of crop hints that are used to generate new crops when serving images.
Instance Attribute Summary collapse
-
#crop_hints ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::CropHint>
Crop hint results.
Instance Attribute Details
#crop_hints ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::CropHint>
Returns Crop hint results.
526 527 528 529 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 526 class CropHintsAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |